Html Css Color HEX #CC630C Tenne (Tawny)

📋 copy color: '#CC630C'

red 204 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #CC630C

Tints of Tenne (Tawny) #CC630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 64.76%
G = 31.43%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC630C (or 0xCC630C) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 0C. RGB value is (204,99,12). Sum of RGB (Red+Green+Blue) = 204+99+12=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC630C is #339CF3. Grayscale: #787878. Windows color (decimal): -3382516 or 811980. OLE color: 811980.

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

Color convert

RGB 204 99 12 -
CMYK 0 0.51 0.94 0.2
HSL 27.19º 0.89% 0.42% -
HSV(B) 27.19º 0.94% 0.8% -
XYZ 29.43 21.79 3 -
YUV 120.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 204 99 12 0 0.51 0.94 0.2 27.19 0.89 0.42
Hex CC 63 C 0 33 5E 14 1B 59 2A
Octal 314 143 14 0 63 136 24 33 131 52
Binary 11001100 1100011 1100 0 110011 1011110 10100 11011 1011001 101010

Color Harmonies of #CC630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC630C

Black with #CC630C

Text Example


Text Example

White with #CC630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC630C; }

 p { color: rgb(204,99,12); }

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

background-color css

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

 a { background-color: rgb(204,99,12); }

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

border-color css

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

 span { border-color: rgb(204,99,12); }

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