Html Css Color HEX #CA7138 Zest

📋 copy color: '#CA7138'

red 202 ◦ green 113 ◦ blue 56

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

Shades of Zest #CA7138

Tints of Zest #CA7138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 54.45%
G = 30.46%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA7138 (or 0xCA7138) is known color: Zest. HEX triplet: CA, 71 and 38. RGB value is (202,113,56). Sum of RGB (Red+Green+Blue) = 202+113+56=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7138 is #358EC7. Grayscale: #858585. Windows color (decimal): -3509960 or 3699146. OLE color: 3699146.

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

Color convert

RGB 202 113 56 -
CMYK 0 0.44 0.72 0.21
HSL 23.42º 0.58% 0.51% -
HSV(B) 23.42º 0.72% 0.79% -
XYZ 30.98 24.65 6.87 -
YUV 133.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 202 113 56 0 0.44 0.72 0.21 23.42 0.58 0.51
Hex CA 71 38 0 2C 48 15 17 3A 33
Octal 312 161 70 0 54 110 25 27 72 63
Binary 11001010 1110001 111000 0 101100 1001000 10101 10111 111010 110011

Color Harmonies of #CA7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7138

Black with #CA7138

Text Example


Text Example

White with #CA7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7138; }

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

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

background-color css

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

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

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

border-color css

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

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

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