Html Css Color HEX #CA6D3E Zest

📋 copy color: '#CA6D3E'

red 202 ◦ green 109 ◦ blue 62

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

Shades of Zest #CA6D3E

Tints of Zest #CA6D3E

RGB

 RED value IS 202 (79.3% from 255) = 54.16%

 GREEN value IS 109 (42.97% from 255) = 29.22%

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

R = 54.16%
G = 29.22%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA6D3E (or 0xCA6D3E) is known color: Zest. HEX triplet: CA, 6D and 3E. RGB value is (202,109,62). Sum of RGB (Red+Green+Blue) = 202+109+62=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D3E is #3592C1. Grayscale: #838383. Windows color (decimal): -3510978 or 4091338. OLE color: 4091338.

HSL color Cylindrical-coordinate representation of color #CA6D3E: hue angle of 20.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA6D3E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 109 62 -
CMYK 0 0.46 0.69 0.21
HSL 20.14º 0.57% 0.52% -
HSV(B) 20.14º 0.69% 0.79% -
XYZ 30.7 23.84 7.54 -
YUV 131.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 202 109 62 0 0.46 0.69 0.21 20.14 0.57 0.52
Hex CA 6D 3E 0 2E 45 15 14 39 34
Octal 312 155 76 0 56 105 25 24 71 64
Binary 11001010 1101101 111110 0 101110 1000101 10101 10100 111001 110100

Color Harmonies of #CA6D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D3E

Black with #CA6D3E

Text Example


Text Example

White with #CA6D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D3E; }

 p { color: rgb(202,109,62); }

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

background-color css

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

 a { background-color: rgb(202,109,62); }

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

border-color css

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

 span { border-color: rgb(202,109,62); }

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