Html Css Color HEX #C3681C Chocolate

📋 copy color: '#C3681C'

red 195 ◦ green 104 ◦ blue 28

#C3681C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C3681C

Tints of Chocolate #C3681C

RGB

 RED value IS 195 (76.56% from 255) = 59.63%

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 59.63%
G = 31.8%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3681C (or 0xC3681C) is known color: Chocolate. HEX triplet: C3, 68 and 1C. RGB value is (195,104,28). Sum of RGB (Red+Green+Blue) = 195+104+28=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3681C is #3C97E3. Grayscale: #7A7A7A. Windows color (decimal): -3971044 or 1861827. OLE color: 1861827.

HSL color Cylindrical-coordinate representation of color #C3681C: hue angle of 27.31º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3681C is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 28 -
CMYK 0 0.47 0.86 0.24
HSL 27.31º 0.75% 0.44% -
HSV(B) 27.31º 0.86% 0.76% -
XYZ 27.67 21.59 3.81 -
YUV 122.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 195 104 28 0 0.47 0.86 0.24 27.31 0.75 0.44
Hex C3 68 1C 0 2F 56 18 1B 4B 2C
Octal 303 150 34 0 57 126 30 33 113 54
Binary 11000011 1101000 11100 0 101111 1010110 11000 11011 1001011 101100

Color Harmonies of #C3681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3681C

Black with #C3681C

Text Example


Text Example

White with #C3681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3681C; }

 p { color: rgb(195,104,28); }

 H1.HeaderClassName
 {
   color: #C3681C;
 }
 .AnyTagClassName
 {
   color: #C3681C;
 }
</style>

background-color css

<style>
 a { background-color: #C3681C; }

 a { background-color: rgb(195,104,28); }

 div.DivClassName
 {
   background-color: #C3681C;
 }
 .BgClassName
 {
   background-color: #C3681C;
 }
</style>

border-color css

<style>
 span { border-color: #C3681C; }

 span { border-color: rgb(195,104,28); }

 td.TdClassName
 {
   border-color: #C3681C;
 }
 .TagClassName
 {
   border-color: #C3681C;
 }
</style>