Html Css Color HEX #CC6003 Tenne (Tawny)

📋 copy color: '#CC6003'

red 204 ◦ green 96 ◦ blue 3

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

Shades of Tenne (Tawny) #CC6003

Tints of Tenne (Tawny) #CC6003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 67.33%
G = 31.68%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6003 (or 0xCC6003) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 03. RGB value is (204,96,3). Sum of RGB (Red+Green+Blue) = 204+96+3=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6003 is #339FFC. Grayscale: #767676. Windows color (decimal): -3383293 or 221388. OLE color: 221388.

HSL color Cylindrical-coordinate representation of color #CC6003: hue angle of 27.76º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC6003 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 3 -
CMYK 0 0.53 0.99 0.2
HSL 27.76º 0.97% 0.41% -
HSV(B) 27.76º 0.99% 0.8% -
XYZ 29.1 21.21 2.65 -
YUV 117.69 63.28 189.56 -
System Red Green Blue C M Y K H S L
Decimal 204 96 3 0 0.53 0.99 0.2 27.76 0.97 0.41
Hex CC 60 3 0 35 63 14 1C 61 29
Octal 314 140 3 0 65 143 24 34 141 51
Binary 11001100 1100000 11 0 110101 1100011 10100 11100 1100001 101001

Color Harmonies of #CC6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6003

Black with #CC6003

Text Example


Text Example

White with #CC6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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