Html Css Color HEX #CA6B3A Zest

📋 copy color: '#CA6B3A'

red 202 ◦ green 107 ◦ blue 58

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

Shades of Zest #CA6B3A

Tints of Zest #CA6B3A

RGB

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

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

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

R = 55.04%
G = 29.16%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA6B3A (or 0xCA6B3A) is known color: Zest. HEX triplet: CA, 6B and 3A. RGB value is (202,107,58). Sum of RGB (Red+Green+Blue) = 202+107+58=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B3A is #3594C5. Grayscale: #828282. Windows color (decimal): -3511494 or 3828682. OLE color: 3828682.

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

Color convert

RGB 202 107 58 -
CMYK 0 0.47 0.71 0.21
HSL 20.42º 0.58% 0.51% -
HSV(B) 20.42º 0.71% 0.79% -
XYZ 30.38 23.38 6.91 -
YUV 129.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 202 107 58 0 0.47 0.71 0.21 20.42 0.58 0.51
Hex CA 6B 3A 0 2F 47 15 14 3A 33
Octal 312 153 72 0 57 107 25 24 72 63
Binary 11001010 1101011 111010 0 101111 1000111 10101 10100 111010 110011

Color Harmonies of #CA6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B3A

Black with #CA6B3A

Text Example


Text Example

White with #CA6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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