Html Css Color HEX #CC712B Tango

📋 copy color: '#CC712B'

red 204 ◦ green 113 ◦ blue 43

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

Shades of Tango #CC712B

Tints of Tango #CC712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 56.67%
G = 31.39%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC712B (or 0xCC712B) is known color: Tango. HEX triplet: CC, 71 and 2B. RGB value is (204,113,43). Sum of RGB (Red+Green+Blue) = 204+113+43=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC712B is #338ED4. Grayscale: #848484. Windows color (decimal): -3378901 or 2847180. OLE color: 2847180.

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

Color convert

RGB 204 113 43 -
CMYK 0 0.45 0.79 0.2
HSL 26.09º 0.65% 0.48% -
HSV(B) 26.09º 0.79% 0.8% -
XYZ 31.24 24.82 5.43 -
YUV 132.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 204 113 43 0 0.45 0.79 0.2 26.09 0.65 0.48
Hex CC 71 2B 0 2D 4F 14 1A 41 30
Octal 314 161 53 0 55 117 24 32 101 60
Binary 11001100 1110001 101011 0 101101 1001111 10100 11010 1000001 110000

Color Harmonies of #CC712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC712B

Black with #CC712B

Text Example


Text Example

White with #CC712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC712B; }

 p { color: rgb(204,113,43); }

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

background-color css

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

 a { background-color: rgb(204,113,43); }

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

border-color css

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

 span { border-color: rgb(204,113,43); }

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