Html Css Color HEX #CA733F Zest

📋 copy color: '#CA733F'

red 202 ◦ green 115 ◦ blue 63

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

Shades of Zest #CA733F

Tints of Zest #CA733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

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

R = 53.16%
G = 30.26%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA733F (or 0xCA733F) is known color: Zest. HEX triplet: CA, 73 and 3F. RGB value is (202,115,63). Sum of RGB (Red+Green+Blue) = 202+115+63=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA733F is #358CC0. Grayscale: #878787. Windows color (decimal): -3509441 or 4158410. OLE color: 4158410.

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

Color convert

RGB 202 115 63 -
CMYK 0 0.43 0.69 0.21
HSL 22.45º 0.57% 0.52% -
HSV(B) 22.45º 0.69% 0.79% -
XYZ 31.39 25.18 7.91 -
YUV 135.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 202 115 63 0 0.43 0.69 0.21 22.45 0.57 0.52
Hex CA 73 3F 0 2B 45 15 16 39 34
Octal 312 163 77 0 53 105 25 26 71 64
Binary 11001010 1110011 111111 0 101011 1000101 10101 10110 111001 110100

Color Harmonies of #CA733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA733F

Black with #CA733F

Text Example


Text Example

White with #CA733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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