Html Css Color HEX #CC510B Tenne (Tawny)

📋 copy color: '#CC510B'

red 204 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #CC510B

Tints of Tenne (Tawny) #CC510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.36%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 68.92%
G = 27.36%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC510B (or 0xCC510B) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 0B. RGB value is (204,81,11). Sum of RGB (Red+Green+Blue) = 204+81+11=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC510B is #33AEF4. Grayscale: #6E6E6E. Windows color (decimal): -3387125 or 741836. OLE color: 741836.

HSL color Cylindrical-coordinate representation of color #CC510B: hue angle of 21.76º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC510B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 11 -
CMYK 0 0.60 0.95 0.2
HSL 21.76º 0.9% 0.42% -
HSV(B) 21.76º 0.95% 0.8% -
XYZ 27.9 18.75 2.46 -
YUV 109.8 72.25 195.19 -
System Red Green Blue C M Y K H S L
Decimal 204 81 11 0 0.60 0.95 0.2 21.76 0.9 0.42
Hex CC 51 B 0 3C 5F 14 16 5A 2A
Octal 314 121 13 0 74 137 24 26 132 52
Binary 11001100 1010001 1011 0 111100 1011111 10100 10110 1011010 101010

Color Harmonies of #CC510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC510B

Black with #CC510B

Text Example


Text Example

White with #CC510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC510B; }

 p { color: rgb(204,81,11); }

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

background-color css

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

 a { background-color: rgb(204,81,11); }

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

border-color css

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

 span { border-color: rgb(204,81,11); }

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