Html Css Color HEX #CA6E3A Zest

📋 copy color: '#CA6E3A'

red 202 ◦ green 110 ◦ blue 58

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

Shades of Zest #CA6E3A

Tints of Zest #CA6E3A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

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

R = 54.59%
G = 29.73%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA6E3A (or 0xCA6E3A) is known color: Zest. HEX triplet: CA, 6E and 3A. RGB value is (202,110,58). Sum of RGB (Red+Green+Blue) = 202+110+58=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E3A is #3591C5. Grayscale: #838383. Windows color (decimal): -3510726 or 3829450. OLE color: 3829450.

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

Color convert

RGB 202 110 58 -
CMYK 0 0.46 0.71 0.21
HSL 21.67º 0.58% 0.51% -
HSV(B) 21.67º 0.71% 0.79% -
XYZ 30.7 24.01 7.02 -
YUV 131.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 202 110 58 0 0.46 0.71 0.21 21.67 0.58 0.51
Hex CA 6E 3A 0 2E 47 15 16 3A 33
Octal 312 156 72 0 56 107 25 26 72 63
Binary 11001010 1101110 111010 0 101110 1000111 10101 10110 111010 110011

Color Harmonies of #CA6E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E3A

Black with #CA6E3A

Text Example


Text Example

White with #CA6E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E3A; }

 p { color: rgb(202,110,58); }

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

background-color css

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

 a { background-color: rgb(202,110,58); }

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

border-color css

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

 span { border-color: rgb(202,110,58); }

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