Html Css Color HEX #CA6B30 Tango

📋 copy color: '#CA6B30'

red 202 ◦ green 107 ◦ blue 48

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

Shades of Tango #CA6B30

Tints of Tango #CA6B30

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 48 (19.14% from 255) = 13.45%

R = 56.58%
G = 29.97%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA6B30 (or 0xCA6B30) is known color: Tango. HEX triplet: CA, 6B and 30. RGB value is (202,107,48). Sum of RGB (Red+Green+Blue) = 202+107+48=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B30 is #3594CF. Grayscale: #818181. Windows color (decimal): -3511504 or 3173322. OLE color: 3173322.

HSL color Cylindrical-coordinate representation of color #CA6B30: hue angle of 22.99º degrees, saturation: 0.62, 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 #CA6B30 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 107 48 -
CMYK 0 0.47 0.76 0.21
HSL 22.99º 0.62% 0.49% -
HSV(B) 22.99º 0.76% 0.79% -
XYZ 30.15 23.29 5.7 -
YUV 128.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 202 107 48 0 0.47 0.76 0.21 22.99 0.62 0.49
Hex CA 6B 30 0 2F 4C 15 17 3E 31
Octal 312 153 60 0 57 114 25 27 76 61
Binary 11001010 1101011 110000 0 101111 1001100 10101 10111 111110 110001

Color Harmonies of #CA6B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B30

Black with #CA6B30

Text Example


Text Example

White with #CA6B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B30; }

 p { color: rgb(202,107,48); }

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

background-color css

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

 a { background-color: rgb(202,107,48); }

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

border-color css

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

 span { border-color: rgb(202,107,48); }

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