Html Css Color HEX #CC620A Tenne (Tawny)

📋 copy color: '#CC620A'

red 204 ◦ green 98 ◦ blue 10

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

Shades of Tenne (Tawny) #CC620A

Tints of Tenne (Tawny) #CC620A

RGB

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

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

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

R = 65.38%
G = 31.41%
B = 3.21%

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

#CC620A (or 0xCC620A) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 0A. RGB value is (204,98,10). Sum of RGB (Red+Green+Blue) = 204+98+10=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC620A is #339DF5. Grayscale: #787878. Windows color (decimal): -3382774 or 680652. OLE color: 680652.

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

Color convert

RGB 204 98 10 -
CMYK 0 0.52 0.95 0.2
HSL 27.22º 0.91% 0.42% -
HSV(B) 27.22º 0.95% 0.8% -
XYZ 29.32 21.59 2.91 -
YUV 119.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 204 98 10 0 0.52 0.95 0.2 27.22 0.91 0.42
Hex CC 62 A 0 34 5F 14 1B 5B 2A
Octal 314 142 12 0 64 137 24 33 133 52
Binary 11001100 1100010 1010 0 110100 1011111 10100 11011 1011011 101010

Color Harmonies of #CC620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC620A

Black with #CC620A

Text Example


Text Example

White with #CC620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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