Html Css Color HEX #CD6C3A Zest

📋 copy color: '#CD6C3A'

red 205 ◦ green 108 ◦ blue 58

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

Shades of Zest #CD6C3A

Tints of Zest #CD6C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 55.26%
G = 29.11%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD6C3A (or 0xCD6C3A) is known color: Zest. HEX triplet: CD, 6C and 3A. RGB value is (205,108,58). Sum of RGB (Red+Green+Blue) = 205+108+58=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6C3A is #3293C5. Grayscale: #838383. Windows color (decimal): -3314630 or 3828941. OLE color: 3828941.

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

Color convert

RGB 205 108 58 -
CMYK 0 0.47 0.72 0.20
HSL 20.41º 0.6% 0.52% -
HSV(B) 20.41º 0.72% 0.8% -
XYZ 31.3 24.01 6.99 -
YUV 131.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 205 108 58 0 0.47 0.72 0.20 20.41 0.6 0.52
Hex CD 6C 3A 0 2F 48 14 14 3C 34
Octal 315 154 72 0 57 110 24 24 74 64
Binary 11001101 1101100 111010 0 101111 1001000 10100 10100 111100 110100

Color Harmonies of #CD6C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C3A

Black with #CD6C3A

Text Example


Text Example

White with #CD6C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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