Html Css Color HEX #CC530A Tenne (Tawny)

📋 copy color: '#CC530A'

red 204 ◦ green 83 ◦ blue 10

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

Shades of Tenne (Tawny) #CC530A

Tints of Tenne (Tawny) #CC530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 68.69%
G = 27.95%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC530A (or 0xCC530A) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 0A. RGB value is (204,83,10). Sum of RGB (Red+Green+Blue) = 204+83+10=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC530A is #33ACF5. Grayscale: #6F6F6F. Windows color (decimal): -3386614 or 676812. OLE color: 676812.

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

Color convert

RGB 204 83 10 -
CMYK 0 0.59 0.95 0.2
HSL 22.58º 0.91% 0.42% -
HSV(B) 22.58º 0.95% 0.8% -
XYZ 28.05 19.05 2.48 -
YUV 110.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 204 83 10 0 0.59 0.95 0.2 22.58 0.91 0.42
Hex CC 53 A 0 3B 5F 14 17 5B 2A
Octal 314 123 12 0 73 137 24 27 133 52
Binary 11001100 1010011 1010 0 111011 1011111 10100 10111 1011011 101010

Color Harmonies of #CC530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC530A

Black with #CC530A

Text Example


Text Example

White with #CC530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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