Html Css Color HEX #CC600A Tenne (Tawny)

📋 copy color: '#CC600A'

red 204 ◦ green 96 ◦ blue 10

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

Shades of Tenne (Tawny) #CC600A

Tints of Tenne (Tawny) #CC600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 65.81%
G = 30.97%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC600A (or 0xCC600A) is known color: Tenne (Tawny). HEX triplet: CC, 60 and 0A. RGB value is (204,96,10). Sum of RGB (Red+Green+Blue) = 204+96+10=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC600A is #339FF5. Grayscale: #767676. Windows color (decimal): -3383286 or 680140. OLE color: 680140.

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

Color convert

RGB 204 96 10 -
CMYK 0 0.53 0.95 0.2
HSL 26.6º 0.91% 0.42% -
HSV(B) 26.6º 0.95% 0.8% -
XYZ 29.14 21.23 2.85 -
YUV 118.49 66.78 188.99 -
System Red Green Blue C M Y K H S L
Decimal 204 96 10 0 0.53 0.95 0.2 26.6 0.91 0.42
Hex CC 60 A 0 35 5F 14 1B 5B 2A
Octal 314 140 12 0 65 137 24 33 133 52
Binary 11001100 1100000 1010 0 110101 1011111 10100 11011 1011011 101010

Color Harmonies of #CC600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC600A

Black with #CC600A

Text Example


Text Example

White with #CC600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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