Html Css Color HEX #CD6C3E Zest

📋 copy color: '#CD6C3E'

red 205 ◦ green 108 ◦ blue 62

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

Shades of Zest #CD6C3E

Tints of Zest #CD6C3E

RGB

 RED value IS 205 (80.47% from 255) = 54.67%

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

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 54.67%
G = 28.8%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD6C3E (or 0xCD6C3E) is known color: Zest. HEX triplet: CD, 6C and 3E. RGB value is (205,108,62). Sum of RGB (Red+Green+Blue) = 205+108+62=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6C3E is #3293C1. Grayscale: #848484. Windows color (decimal): -3314626 or 4091085. OLE color: 4091085.

HSL color Cylindrical-coordinate representation of color #CD6C3E: hue angle of 19.3º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD6C3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 108 62 -
CMYK 0 0.47 0.70 0.20
HSL 19.3º 0.59% 0.52% -
HSV(B) 19.3º 0.7% 0.8% -
XYZ 31.41 24.05 7.54 -
YUV 131.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 205 108 62 0 0.47 0.70 0.20 19.3 0.59 0.52
Hex CD 6C 3E 0 2F 46 14 13 3B 34
Octal 315 154 76 0 57 106 24 23 73 64
Binary 11001101 1101100 111110 0 101111 1000110 10100 10011 111011 110100

Color Harmonies of #CD6C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C3E

Black with #CD6C3E

Text Example


Text Example

White with #CD6C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C3E; }

 p { color: rgb(205,108,62); }

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

background-color css

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

 a { background-color: rgb(205,108,62); }

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

border-color css

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

 span { border-color: rgb(205,108,62); }

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