Html Css Color HEX #CC610D Tenne (Tawny)

📋 copy color: '#CC610D'

red 204 ◦ green 97 ◦ blue 13

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

Shades of Tenne (Tawny) #CC610D

Tints of Tenne (Tawny) #CC610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 64.97%
G = 30.89%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC610D (or 0xCC610D) is known color: Tenne (Tawny). HEX triplet: CC, 61 and 0D. RGB value is (204,97,13). Sum of RGB (Red+Green+Blue) = 204+97+13=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC610D is #339EF2. Grayscale: #777777. Windows color (decimal): -3383027 or 877004. OLE color: 877004.

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

Color convert

RGB 204 97 13 -
CMYK 0 0.52 0.94 0.2
HSL 26.39º 0.88% 0.43% -
HSV(B) 26.39º 0.94% 0.8% -
XYZ 29.25 21.42 2.97 -
YUV 119.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 204 97 13 0 0.52 0.94 0.2 26.39 0.88 0.43
Hex CC 61 D 0 34 5E 14 1A 58 2B
Octal 314 141 15 0 64 136 24 32 130 53
Binary 11001100 1100001 1101 0 110100 1011110 10100 11010 1011000 101011

Color Harmonies of #CC610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC610D

Black with #CC610D

Text Example


Text Example

White with #CC610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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