Html Css Color HEX #CD510C Tenne (Tawny)

📋 copy color: '#CD510C'

red 205 ◦ green 81 ◦ blue 12

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

Shades of Tenne (Tawny) #CD510C

Tints of Tenne (Tawny) #CD510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 68.79%
G = 27.18%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD510C (or 0xCD510C) is known color: Tenne (Tawny). HEX triplet: CD, 51 and 0C. RGB value is (205,81,12). Sum of RGB (Red+Green+Blue) = 205+81+12=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD510C is #32AEF3. Grayscale: #6E6E6E. Windows color (decimal): -3321588 or 807373. OLE color: 807373.

HSL color Cylindrical-coordinate representation of color #CD510C: hue angle of 21.45º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD510C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 81 12 -
CMYK 0 0.60 0.94 0.20
HSL 21.45º 0.89% 0.43% -
HSV(B) 21.45º 0.94% 0.8% -
XYZ 28.19 18.89 2.51 -
YUV 110.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 205 81 12 0 0.60 0.94 0.20 21.45 0.89 0.43
Hex CD 51 C 0 3C 5E 14 15 59 2B
Octal 315 121 14 0 74 136 24 25 131 53
Binary 11001101 1010001 1100 0 111100 1011110 10100 10101 1011001 101011

Color Harmonies of #CD510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD510C

Black with #CD510C

Text Example


Text Example

White with #CD510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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