Html Css Color HEX #C06C3C Zest

📋 copy color: '#C06C3C'

red 192 ◦ green 108 ◦ blue 60

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

Shades of Zest #C06C3C

Tints of Zest #C06C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 53.33%
G = 30%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C06C3C (or 0xC06C3C) is known color: Zest. HEX triplet: C0, 6C and 3C. RGB value is (192,108,60). Sum of RGB (Red+Green+Blue) = 192+108+60=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C3C is #3F93C3. Grayscale: #7F7F7F. Windows color (decimal): -4166596 or 3960000. OLE color: 3960000.

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

Color convert

RGB 192 108 60 -
CMYK 0 0.44 0.69 0.25
HSL 21.82º 0.52% 0.49% -
HSV(B) 21.82º 0.69% 0.75% -
XYZ 27.92 22.26 7.1 -
YUV 127.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 192 108 60 0 0.44 0.69 0.25 21.82 0.52 0.49
Hex C0 6C 3C 0 2C 45 19 16 34 31
Octal 300 154 74 0 54 105 31 26 64 61
Binary 11000000 1101100 111100 0 101100 1000101 11001 10110 110100 110001

Color Harmonies of #C06C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C3C

Black with #C06C3C

Text Example


Text Example

White with #C06C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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