Html Css Color HEX #C06C38 Zest

📋 copy color: '#C06C38'

red 192 ◦ green 108 ◦ blue 56

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

Shades of Zest #C06C38

Tints of Zest #C06C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 53.93%
G = 30.34%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C06C38 (or 0xC06C38) is known color: Zest. HEX triplet: C0, 6C and 38. RGB value is (192,108,56). Sum of RGB (Red+Green+Blue) = 192+108+56=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C38 is #3F93C7. Grayscale: #7F7F7F. Windows color (decimal): -4166600 or 3697856. OLE color: 3697856.

HSL color Cylindrical-coordinate representation of color #C06C38: hue angle of 22.94º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C06C38 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 56 -
CMYK 0 0.44 0.71 0.25
HSL 22.94º 0.55% 0.49% -
HSV(B) 22.94º 0.71% 0.75% -
XYZ 27.81 22.22 6.56 -
YUV 127.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 192 108 56 0 0.44 0.71 0.25 22.94 0.55 0.49
Hex C0 6C 38 0 2C 47 19 17 37 31
Octal 300 154 70 0 54 107 31 27 67 61
Binary 11000000 1101100 111000 0 101100 1000111 11001 10111 110111 110001

Color Harmonies of #C06C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C38

Black with #C06C38

Text Example


Text Example

White with #C06C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C38; }

 p { color: rgb(192,108,56); }

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

background-color css

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

 a { background-color: rgb(192,108,56); }

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

border-color css

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

 span { border-color: rgb(192,108,56); }

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