Html Css Color HEX #CC510A Tenne (Tawny)

📋 copy color: '#CC510A'

red 204 ◦ green 81 ◦ blue 10

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

Shades of Tenne (Tawny) #CC510A

Tints of Tenne (Tawny) #CC510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 69.15%
G = 27.46%
B = 3.39%

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

#CC510A (or 0xCC510A) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 0A. RGB value is (204,81,10). Sum of RGB (Red+Green+Blue) = 204+81+10=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC510A is #33AEF5. Grayscale: #6E6E6E. Windows color (decimal): -3387126 or 676300. OLE color: 676300.

HSL color Cylindrical-coordinate representation of color #CC510A: hue angle of 21.96º degrees, saturation: 0.91, 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 #CC510A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 10 -
CMYK 0 0.60 0.95 0.2
HSL 21.96º 0.91% 0.42% -
HSV(B) 21.96º 0.95% 0.8% -
XYZ 27.9 18.74 2.43 -
YUV 109.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 204 81 10 0 0.60 0.95 0.2 21.96 0.91 0.42
Hex CC 51 A 0 3C 5F 14 16 5B 2A
Octal 314 121 12 0 74 137 24 26 133 52
Binary 11001100 1010001 1010 0 111100 1011111 10100 10110 1011011 101010

Color Harmonies of #CC510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC510A

Black with #CC510A

Text Example


Text Example

White with #CC510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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