Html Css Color HEX #C4690C Chocolate

📋 copy color: '#C4690C'

red 196 ◦ green 105 ◦ blue 12

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

Shades of Chocolate #C4690C

Tints of Chocolate #C4690C

RGB

 RED value IS 196 (76.95% from 255) = 62.62%

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 62.62%
G = 33.55%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4690C (or 0xC4690C) is known color: Chocolate. HEX triplet: C4, 69 and 0C. RGB value is (196,105,12). Sum of RGB (Red+Green+Blue) = 196+105+12=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4690C is #3B96F3. Grayscale: #7A7A7A. Windows color (decimal): -3905268 or 813508. OLE color: 813508.

HSL color Cylindrical-coordinate representation of color #C4690C: hue angle of 30.33º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4690C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 12 -
CMYK 0 0.46 0.94 0.23
HSL 30.33º 0.88% 0.41% -
HSV(B) 30.33º 0.94% 0.77% -
XYZ 27.88 21.87 3.1 -
YUV 121.61 66.15 181.06 -
System Red Green Blue C M Y K H S L
Decimal 196 105 12 0 0.46 0.94 0.23 30.33 0.88 0.41
Hex C4 69 C 0 2E 5E 17 1E 58 29
Octal 304 151 14 0 56 136 27 36 130 51
Binary 11000100 1101001 1100 0 101110 1011110 10111 11110 1011000 101001

Color Harmonies of #C4690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4690C

Black with #C4690C

Text Example


Text Example

White with #C4690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4690C; }

 p { color: rgb(196,105,12); }

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

background-color css

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

 a { background-color: rgb(196,105,12); }

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

border-color css

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

 span { border-color: rgb(196,105,12); }

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