Html Css Color HEX #CC620E Tenne (Tawny)

📋 copy color: '#CC620E'

red 204 ◦ green 98 ◦ blue 14

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

Shades of Tenne (Tawny) #CC620E

Tints of Tenne (Tawny) #CC620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 64.56%
G = 31.01%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC620E (or 0xCC620E) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 0E. RGB value is (204,98,14). Sum of RGB (Red+Green+Blue) = 204+98+14=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC620E is #339DF1. Grayscale: #787878. Windows color (decimal): -3382770 or 942796. OLE color: 942796.

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

Color convert

RGB 204 98 14 -
CMYK 0 0.52 0.93 0.2
HSL 26.53º 0.87% 0.43% -
HSV(B) 26.53º 0.93% 0.8% -
XYZ 29.35 21.6 3.04 -
YUV 120.12 68.12 187.83 -
System Red Green Blue C M Y K H S L
Decimal 204 98 14 0 0.52 0.93 0.2 26.53 0.87 0.43
Hex CC 62 E 0 34 5D 14 1B 57 2B
Octal 314 142 16 0 64 135 24 33 127 53
Binary 11001100 1100010 1110 0 110100 1011101 10100 11011 1010111 101011

Color Harmonies of #CC620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC620E

Black with #CC620E

Text Example


Text Example

White with #CC620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC620E; }

 p { color: rgb(204,98,14); }

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

background-color css

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

 a { background-color: rgb(204,98,14); }

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

border-color css

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

 span { border-color: rgb(204,98,14); }

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