Html Css Color HEX #CD510A Tenne (Tawny)

📋 copy color: '#CD510A'

red 205 ◦ green 81 ◦ blue 10

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

Shades of Tenne (Tawny) #CD510A

Tints of Tenne (Tawny) #CD510A

RGB

 RED value IS 205 (80.47% from 255) = 69.26%

 GREEN value IS 81 (32.03% from 255) = 27.36%

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

R = 69.26%
G = 27.36%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD510A (or 0xCD510A) is known color: Tenne (Tawny). HEX triplet: CD, 51 and 0A. RGB value is (205,81,10). Sum of RGB (Red+Green+Blue) = 205+81+10=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD510A is #32AEF5. Grayscale: #6E6E6E. Windows color (decimal): -3321590 or 676301. OLE color: 676301.

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

Color convert

RGB 205 81 10 -
CMYK 0 0.60 0.95 0.20
HSL 21.85º 0.91% 0.42% -
HSV(B) 21.85º 0.95% 0.8% -
XYZ 28.17 18.89 2.45 -
YUV 109.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 205 81 10 0 0.60 0.95 0.20 21.85 0.91 0.42
Hex CD 51 A 0 3C 5F 14 16 5B 2A
Octal 315 121 12 0 74 137 24 26 133 52
Binary 11001101 1010001 1010 0 111100 1011111 10100 10110 1011011 101010

Color Harmonies of #CD510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD510A

Black with #CD510A

Text Example


Text Example

White with #CD510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD510A; }

 p { color: rgb(205,81,10); }

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

background-color css

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

 a { background-color: rgb(205,81,10); }

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

border-color css

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

 span { border-color: rgb(205,81,10); }

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