Html Css Color HEX #CA712C Tango

📋 copy color: '#CA712C'

red 202 ◦ green 113 ◦ blue 44

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

Shades of Tango #CA712C

Tints of Tango #CA712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 56.27%
G = 31.48%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA712C (or 0xCA712C) is known color: Tango. HEX triplet: CA, 71 and 2C. RGB value is (202,113,44). Sum of RGB (Red+Green+Blue) = 202+113+44=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA712C is #358ED3. Grayscale: #848484. Windows color (decimal): -3509972 or 2912714. OLE color: 2912714.

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

Color convert

RGB 202 113 44 -
CMYK 0 0.44 0.78 0.21
HSL 26.2º 0.64% 0.48% -
HSV(B) 26.2º 0.78% 0.79% -
XYZ 30.72 24.55 5.5 -
YUV 131.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 202 113 44 0 0.44 0.78 0.21 26.2 0.64 0.48
Hex CA 71 2C 0 2C 4E 15 1A 40 30
Octal 312 161 54 0 54 116 25 32 100 60
Binary 11001010 1110001 101100 0 101100 1001110 10101 11010 1000000 110000

Color Harmonies of #CA712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA712C

Black with #CA712C

Text Example


Text Example

White with #CA712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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