Html Css Color HEX #CD6C38 Zest

📋 copy color: '#CD6C38'

red 205 ◦ green 108 ◦ blue 56

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

Shades of Zest #CD6C38

Tints of Zest #CD6C38

RGB

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

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

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

R = 55.56%
G = 29.27%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD6C38 (or 0xCD6C38) is known color: Zest. HEX triplet: CD, 6C and 38. RGB value is (205,108,56). Sum of RGB (Red+Green+Blue) = 205+108+56=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6C38 is #3293C7. Grayscale: #838383. Windows color (decimal): -3314632 or 3697869. OLE color: 3697869.

HSL color Cylindrical-coordinate representation of color #CD6C38: hue angle of 20.94º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD6C38 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 108 56 -
CMYK 0 0.47 0.73 0.20
HSL 20.94º 0.6% 0.51% -
HSV(B) 20.94º 0.73% 0.8% -
XYZ 31.25 23.99 6.72 -
YUV 131.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 205 108 56 0 0.47 0.73 0.20 20.94 0.6 0.51
Hex CD 6C 38 0 2F 49 14 15 3C 33
Octal 315 154 70 0 57 111 24 25 74 63
Binary 11001101 1101100 111000 0 101111 1001001 10100 10101 111100 110011

Color Harmonies of #CD6C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C38

Black with #CD6C38

Text Example


Text Example

White with #CD6C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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