Html Css Color HEX #C06F42 Zest

📋 copy color: '#C06F42'

red 192 ◦ green 111 ◦ blue 66

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

Shades of Zest #C06F42

Tints of Zest #C06F42

RGB

 RED value IS 192 (75.39% from 255) = 52.03%

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 52.03%
G = 30.08%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C06F42 (or 0xC06F42) is known color: Zest. HEX triplet: C0, 6F and 42. RGB value is (192,111,66). Sum of RGB (Red+Green+Blue) = 192+111+66=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F42 is #3F90BD. Grayscale: #828282. Windows color (decimal): -4165822 or 4353984. OLE color: 4353984.

HSL color Cylindrical-coordinate representation of color #C06F42: hue angle of 21.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C06F42 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 111 66 -
CMYK 0 0.42 0.66 0.25
HSL 21.43º 0.5% 0.51% -
HSV(B) 21.43º 0.66% 0.75% -
XYZ 28.41 22.97 8.09 -
YUV 130.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 192 111 66 0 0.42 0.66 0.25 21.43 0.5 0.51
Hex C0 6F 42 0 2A 42 19 15 32 33
Octal 300 157 102 0 52 102 31 25 62 63
Binary 11000000 1101111 1000010 0 101010 1000010 11001 10101 110010 110011

Color Harmonies of #C06F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F42

Black with #C06F42

Text Example


Text Example

White with #C06F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F42; }

 p { color: rgb(192,111,66); }

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

background-color css

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

 a { background-color: rgb(192,111,66); }

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

border-color css

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

 span { border-color: rgb(192,111,66); }

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