Html Css Color HEX #CA703F Zest

📋 copy color: '#CA703F'

red 202 ◦ green 112 ◦ blue 63

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

Shades of Zest #CA703F

Tints of Zest #CA703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 53.58%
G = 29.71%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA703F (or 0xCA703F) is known color: Zest. HEX triplet: CA, 70 and 3F. RGB value is (202,112,63). Sum of RGB (Red+Green+Blue) = 202+112+63=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA703F is #358FC0. Grayscale: #858585. Windows color (decimal): -3510209 or 4157642. OLE color: 4157642.

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

Color convert

RGB 202 112 63 -
CMYK 0 0.45 0.69 0.21
HSL 21.15º 0.57% 0.52% -
HSV(B) 21.15º 0.69% 0.79% -
XYZ 31.05 24.5 7.8 -
YUV 133.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 202 112 63 0 0.45 0.69 0.21 21.15 0.57 0.52
Hex CA 70 3F 0 2D 45 15 15 39 34
Octal 312 160 77 0 55 105 25 25 71 64
Binary 11001010 1110000 111111 0 101101 1000101 10101 10101 111001 110100

Color Harmonies of #CA703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA703F

Black with #CA703F

Text Example


Text Example

White with #CA703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA703F; }

 p { color: rgb(202,112,63); }

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

background-color css

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

 a { background-color: rgb(202,112,63); }

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

border-color css

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

 span { border-color: rgb(202,112,63); }

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