Html Css Color HEX #CC702D Tango

📋 copy color: '#CC702D'

red 204 ◦ green 112 ◦ blue 45

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

Shades of Tango #CC702D

Tints of Tango #CC702D

RGB

 RED value IS 204 (80.08% from 255) = 56.51%

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

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 56.51%
G = 31.02%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC702D (or 0xCC702D) is known color: Tango. HEX triplet: CC, 70 and 2D. RGB value is (204,112,45). Sum of RGB (Red+Green+Blue) = 204+112+45=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC702D is #338FD2. Grayscale: #848484. Windows color (decimal): -3379155 or 2977996. OLE color: 2977996.

HSL color Cylindrical-coordinate representation of color #CC702D: hue angle of 25.28º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC702D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 45 -
CMYK 0 0.45 0.78 0.2
HSL 25.28º 0.64% 0.49% -
HSV(B) 25.28º 0.78% 0.8% -
XYZ 31.17 24.62 5.59 -
YUV 131.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 204 112 45 0 0.45 0.78 0.2 25.28 0.64 0.49
Hex CC 70 2D 0 2D 4E 14 19 40 31
Octal 314 160 55 0 55 116 24 31 100 61
Binary 11001100 1110000 101101 0 101101 1001110 10100 11001 1000000 110001

Color Harmonies of #CC702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC702D

Black with #CC702D

Text Example


Text Example

White with #CC702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC702D; }

 p { color: rgb(204,112,45); }

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

background-color css

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

 a { background-color: rgb(204,112,45); }

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

border-color css

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

 span { border-color: rgb(204,112,45); }

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