Html Css Color HEX #CD6B3A Zest

📋 copy color: '#CD6B3A'

red 205 ◦ green 107 ◦ blue 58

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

Shades of Zest #CD6B3A

Tints of Zest #CD6B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

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

R = 55.41%
G = 28.92%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD6B3A (or 0xCD6B3A) is known color: Zest. HEX triplet: CD, 6B and 3A. RGB value is (205,107,58). Sum of RGB (Red+Green+Blue) = 205+107+58=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6B3A is #3294C5. Grayscale: #838383. Windows color (decimal): -3314886 or 3828685. OLE color: 3828685.

HSL color Cylindrical-coordinate representation of color #CD6B3A: hue angle of 20º 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 #CD6B3A is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 107 58 -
CMYK 0 0.48 0.72 0.20
HSL 20º 0.6% 0.52% -
HSV(B) 20º 0.72% 0.8% -
XYZ 31.2 23.8 6.95 -
YUV 130.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 205 107 58 0 0.48 0.72 0.20 20 0.6 0.52
Hex CD 6B 3A 0 30 48 14 14 3C 34
Octal 315 153 72 0 60 110 24 24 74 64
Binary 11001101 1101011 111010 0 110000 1001000 10100 10100 111100 110100

Color Harmonies of #CD6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6B3A

Black with #CD6B3A

Text Example


Text Example

White with #CD6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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