Html Css Color HEX #CC500D Tenne (Tawny)

📋 copy color: '#CC500D'

red 204 ◦ green 80 ◦ blue 13

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

Shades of Tenne (Tawny) #CC500D

Tints of Tenne (Tawny) #CC500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 68.69%
G = 26.94%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC500D (or 0xCC500D) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 0D. RGB value is (204,80,13). Sum of RGB (Red+Green+Blue) = 204+80+13=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC500D is #33AFF2. Grayscale: #6D6D6D. Windows color (decimal): -3387379 or 872652. OLE color: 872652.

HSL color Cylindrical-coordinate representation of color #CC500D: hue angle of 21.05º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC500D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 13 -
CMYK 0 0.61 0.94 0.2
HSL 21.05º 0.88% 0.43% -
HSV(B) 21.05º 0.94% 0.8% -
XYZ 27.84 18.6 2.5 -
YUV 109.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 204 80 13 0 0.61 0.94 0.2 21.05 0.88 0.43
Hex CC 50 D 0 3D 5E 14 15 58 2B
Octal 314 120 15 0 75 136 24 25 130 53
Binary 11001100 1010000 1101 0 111101 1011110 10100 10101 1011000 101011

Color Harmonies of #CC500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC500D

Black with #CC500D

Text Example


Text Example

White with #CC500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC500D; }

 p { color: rgb(204,80,13); }

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

background-color css

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

 a { background-color: rgb(204,80,13); }

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

border-color css

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

 span { border-color: rgb(204,80,13); }

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