Html Css Color HEX #CA702F Tango

📋 copy color: '#CA702F'

red 202 ◦ green 112 ◦ blue 47

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

Shades of Tango #CA702F

Tints of Tango #CA702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 55.96%
G = 31.02%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA702F (or 0xCA702F) is known color: Tango. HEX triplet: CA, 70 and 2F. RGB value is (202,112,47). Sum of RGB (Red+Green+Blue) = 202+112+47=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA702F is #358FD0. Grayscale: #838383. Windows color (decimal): -3510225 or 3109066. OLE color: 3109066.

HSL color Cylindrical-coordinate representation of color #CA702F: hue angle of 25.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA702F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 47 -
CMYK 0 0.45 0.77 0.21
HSL 25.16º 0.62% 0.49% -
HSV(B) 25.16º 0.77% 0.79% -
XYZ 30.66 24.35 5.77 -
YUV 131.5 80.32 178.29 -
System Red Green Blue C M Y K H S L
Decimal 202 112 47 0 0.45 0.77 0.21 25.16 0.62 0.49
Hex CA 70 2F 0 2D 4D 15 19 3E 31
Octal 312 160 57 0 55 115 25 31 76 61
Binary 11001010 1110000 101111 0 101101 1001101 10101 11001 111110 110001

Color Harmonies of #CA702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA702F

Black with #CA702F

Text Example


Text Example

White with #CA702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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