Html Css Color HEX #CA713E Zest

📋 copy color: '#CA713E'

red 202 ◦ green 113 ◦ blue 62

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

Shades of Zest #CA713E

Tints of Zest #CA713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

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

R = 53.58%
G = 29.97%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA713E (or 0xCA713E) is known color: Zest. HEX triplet: CA, 71 and 3E. RGB value is (202,113,62). Sum of RGB (Red+Green+Blue) = 202+113+62=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA713E is #358EC1. Grayscale: #868686. Windows color (decimal): -3509954 or 4092362. OLE color: 4092362.

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

Color convert

RGB 202 113 62 -
CMYK 0 0.44 0.69 0.21
HSL 21.86º 0.57% 0.52% -
HSV(B) 21.86º 0.69% 0.79% -
XYZ 31.13 24.71 7.69 -
YUV 133.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 202 113 62 0 0.44 0.69 0.21 21.86 0.57 0.52
Hex CA 71 3E 0 2C 45 15 16 39 34
Octal 312 161 76 0 54 105 25 26 71 64
Binary 11001010 1110001 111110 0 101100 1000101 10101 10110 111001 110100

Color Harmonies of #CA713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA713E

Black with #CA713E

Text Example


Text Example

White with #CA713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA713E; }

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

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

background-color css

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

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

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

border-color css

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

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

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