Html Css Color HEX #CC610A Tenne (Tawny)

📋 copy color: '#CC610A'

red 204 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #CC610A

Tints of Tenne (Tawny) #CC610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 65.59%
G = 31.19%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC610A (or 0xCC610A) is known color: Tenne (Tawny). HEX triplet: CC, 61 and 0A. RGB value is (204,97,10). Sum of RGB (Red+Green+Blue) = 204+97+10=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC610A is #339EF5. Grayscale: #777777. Windows color (decimal): -3383030 or 680396. OLE color: 680396.

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

Color convert

RGB 204 97 10 -
CMYK 0 0.52 0.95 0.2
HSL 26.91º 0.91% 0.42% -
HSV(B) 26.91º 0.95% 0.8% -
XYZ 29.23 21.41 2.88 -
YUV 119.08 66.45 188.57 -
System Red Green Blue C M Y K H S L
Decimal 204 97 10 0 0.52 0.95 0.2 26.91 0.91 0.42
Hex CC 61 A 0 34 5F 14 1B 5B 2A
Octal 314 141 12 0 64 137 24 33 133 52
Binary 11001100 1100001 1010 0 110100 1011111 10100 11011 1011011 101010

Color Harmonies of #CC610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC610A

Black with #CC610A

Text Example


Text Example

White with #CC610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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