Html Css Color HEX #CA6F31 Tango

📋 copy color: '#CA6F31'

red 202 ◦ green 111 ◦ blue 49

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

Shades of Tango #CA6F31

Tints of Tango #CA6F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 55.8%
G = 30.66%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA6F31 (or 0xCA6F31) is known color: Tango. HEX triplet: CA, 6F and 31. RGB value is (202,111,49). Sum of RGB (Red+Green+Blue) = 202+111+49=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F31 is #3590CE. Grayscale: #838383. Windows color (decimal): -3510479 or 3239882. OLE color: 3239882.

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

Color convert

RGB 202 111 49 -
CMYK 0 0.45 0.76 0.21
HSL 24.31º 0.61% 0.49% -
HSV(B) 24.31º 0.76% 0.79% -
XYZ 30.6 24.15 5.95 -
YUV 131.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 202 111 49 0 0.45 0.76 0.21 24.31 0.61 0.49
Hex CA 6F 31 0 2D 4C 15 18 3D 31
Octal 312 157 61 0 55 114 25 30 75 61
Binary 11001010 1101111 110001 0 101101 1001100 10101 11000 111101 110001

Color Harmonies of #CA6F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F31

Black with #CA6F31

Text Example


Text Example

White with #CA6F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F31; }

 p { color: rgb(202,111,49); }

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

background-color css

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

 a { background-color: rgb(202,111,49); }

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

border-color css

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

 span { border-color: rgb(202,111,49); }

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