Html Css Color HEX #CC702E Tango

📋 copy color: '#CC702E'

red 204 ◦ green 112 ◦ blue 46

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

Shades of Tango #CC702E

Tints of Tango #CC702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 56.35%
G = 30.94%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC702E (or 0xCC702E) is known color: Tango. HEX triplet: CC, 70 and 2E. RGB value is (204,112,46). Sum of RGB (Red+Green+Blue) = 204+112+46=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC702E is #338FD1. Grayscale: #848484. Windows color (decimal): -3379154 or 3043532. OLE color: 3043532.

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

Color convert

RGB 204 112 46 -
CMYK 0 0.45 0.77 0.2
HSL 25.06º 0.63% 0.49% -
HSV(B) 25.06º 0.77% 0.8% -
XYZ 31.19 24.62 5.69 -
YUV 131.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 204 112 46 0 0.45 0.77 0.2 25.06 0.63 0.49
Hex CC 70 2E 0 2D 4D 14 19 3F 31
Octal 314 160 56 0 55 115 24 31 77 61
Binary 11001100 1110000 101110 0 101101 1001101 10100 11001 111111 110001

Color Harmonies of #CC702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC702E

Black with #CC702E

Text Example


Text Example

White with #CC702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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