Html Css Color HEX #CC620B Tenne (Tawny)

📋 copy color: '#CC620B'

red 204 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #CC620B

Tints of Tenne (Tawny) #CC620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 65.18%
G = 31.31%
B = 3.51%

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

#CC620B (or 0xCC620B) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 0B. RGB value is (204,98,11). Sum of RGB (Red+Green+Blue) = 204+98+11=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC620B is #339DF4. Grayscale: #787878. Windows color (decimal): -3382773 or 746188. OLE color: 746188.

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

Color convert

RGB 204 98 11 -
CMYK 0 0.52 0.95 0.2
HSL 27.05º 0.9% 0.42% -
HSV(B) 27.05º 0.95% 0.8% -
XYZ 29.33 21.6 2.94 -
YUV 119.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 204 98 11 0 0.52 0.95 0.2 27.05 0.9 0.42
Hex CC 62 B 0 34 5F 14 1B 5A 2A
Octal 314 142 13 0 64 137 24 33 132 52
Binary 11001100 1100010 1011 0 110100 1011111 10100 11011 1011010 101010

Color Harmonies of #CC620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC620B

Black with #CC620B

Text Example


Text Example

White with #CC620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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