Html Css Color HEX #CC600D Tenne (Tawny)

📋 copy color: '#CC600D'

red 204 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #CC600D

Tints of Tenne (Tawny) #CC600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 65.18%
G = 30.67%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC600D (or 0xCC600D) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 0D. RGB value is (204,96,13). Sum of RGB (Red+Green+Blue) = 204+96+13=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC600D is #339FF2. Grayscale: #777777. Windows color (decimal): -3383283 or 876748. OLE color: 876748.

HSL color Cylindrical-coordinate representation of color #CC600D: hue angle of 26.07º 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 #CC600D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 13 -
CMYK 0 0.53 0.94 0.2
HSL 26.07º 0.88% 0.43% -
HSV(B) 26.07º 0.94% 0.8% -
XYZ 29.16 21.23 2.94 -
YUV 118.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 204 96 13 0 0.53 0.94 0.2 26.07 0.88 0.43
Hex CC 60 D 0 35 5E 14 1A 58 2B
Octal 314 140 15 0 65 136 24 32 130 53
Binary 11001100 1100000 1101 0 110101 1011110 10100 11010 1011000 101011

Color Harmonies of #CC600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC600D

Black with #CC600D

Text Example


Text Example

White with #CC600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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