Html Css Color HEX #CC7003 Tenne (Tawny)

📋 copy color: '#CC7003'

red 204 ◦ green 112 ◦ blue 3

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

Shades of Tenne (Tawny) #CC7003

Tints of Tenne (Tawny) #CC7003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

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

R = 63.95%
G = 35.11%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC7003 (or 0xCC7003) is known color: Tenne (Tawny). HEX triplet: CC, 70 and 03. RGB value is (204,112,3). Sum of RGB (Red+Green+Blue) = 204+112+3=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7003 is #338FFC. Grayscale: #7F7F7F. Windows color (decimal): -3379197 or 225484. OLE color: 225484.

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

Color convert

RGB 204 112 3 -
CMYK 0 0.45 0.99 0.2
HSL 32.54º 0.97% 0.41% -
HSV(B) 32.54º 0.99% 0.8% -
XYZ 30.71 24.43 3.18 -
YUV 127.08 57.98 182.86 -
System Red Green Blue C M Y K H S L
Decimal 204 112 3 0 0.45 0.99 0.2 32.54 0.97 0.41
Hex CC 70 3 0 2D 63 14 21 61 29
Octal 314 160 3 0 55 143 24 41 141 51
Binary 11001100 1110000 11 0 101101 1100011 10100 100001 1100001 101001

Color Harmonies of #CC7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7003

Black with #CC7003

Text Example


Text Example

White with #CC7003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7003; }

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

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

background-color css

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

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

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

border-color css

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

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

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