Html Css Color HEX #CC600F Tenne (Tawny)

📋 copy color: '#CC600F'

red 204 ◦ green 96 ◦ blue 15

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

Shades of Tenne (Tawny) #CC600F

Tints of Tenne (Tawny) #CC600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 64.76%
G = 30.48%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC600F (or 0xCC600F) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 0F. RGB value is (204,96,15). Sum of RGB (Red+Green+Blue) = 204+96+15=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC600F is #339FF0. Grayscale: #777777. Windows color (decimal): -3383281 or 1007820. OLE color: 1007820.

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

Color convert

RGB 204 96 15 -
CMYK 0 0.53 0.93 0.2
HSL 25.71º 0.86% 0.43% -
HSV(B) 25.71º 0.93% 0.8% -
XYZ 29.17 21.24 3.01 -
YUV 119.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 204 96 15 0 0.53 0.93 0.2 25.71 0.86 0.43
Hex CC 60 F 0 35 5D 14 1A 56 2B
Octal 314 140 17 0 65 135 24 32 126 53
Binary 11001100 1100000 1111 0 110101 1011101 10100 11010 1010110 101011

Color Harmonies of #CC600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC600F

Black with #CC600F

Text Example


Text Example

White with #CC600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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