Html Css Color HEX #CA6C3E Zest

📋 copy color: '#CA6C3E'

red 202 ◦ green 108 ◦ blue 62

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

Shades of Zest #CA6C3E

Tints of Zest #CA6C3E

RGB

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

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

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

R = 54.3%
G = 29.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA6C3E (or 0xCA6C3E) is known color: Zest. HEX triplet: CA, 6C and 3E. RGB value is (202,108,62). Sum of RGB (Red+Green+Blue) = 202+108+62=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C3E is #3593C1. Grayscale: #838383. Windows color (decimal): -3511234 or 4091082. OLE color: 4091082.

HSL color Cylindrical-coordinate representation of color #CA6C3E: hue angle of 19.71º 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 #CA6C3E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 62 -
CMYK 0 0.47 0.69 0.21
HSL 19.71º 0.57% 0.52% -
HSV(B) 19.71º 0.69% 0.79% -
XYZ 30.59 23.63 7.51 -
YUV 130.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 202 108 62 0 0.47 0.69 0.21 19.71 0.57 0.52
Hex CA 6C 3E 0 2F 45 15 14 39 34
Octal 312 154 76 0 57 105 25 24 71 64
Binary 11001010 1101100 111110 0 101111 1000101 10101 10100 111001 110100

Color Harmonies of #CA6C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C3E

Black with #CA6C3E

Text Example


Text Example

White with #CA6C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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