Html Css Color HEX #CD5F0A Tenne (Tawny)

📋 copy color: '#CD5F0A'

red 205 ◦ green 95 ◦ blue 10

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

Shades of Tenne (Tawny) #CD5F0A

Tints of Tenne (Tawny) #CD5F0A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 66.13%
G = 30.65%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD5F0A (or 0xCD5F0A) is known color: Tenne (Tawny). HEX triplet: CD, 5F and 0A. RGB value is (205,95,10). Sum of RGB (Red+Green+Blue) = 205+95+10=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5F0A is #32A0F5. Grayscale: #767676. Windows color (decimal): -3318006 or 679885. OLE color: 679885.

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

Color convert

RGB 205 95 10 -
CMYK 0 0.54 0.95 0.20
HSL 26.15º 0.91% 0.42% -
HSV(B) 26.15º 0.95% 0.8% -
XYZ 29.32 21.19 2.83 -
YUV 118.2 66.94 189.91 -
System Red Green Blue C M Y K H S L
Decimal 205 95 10 0 0.54 0.95 0.20 26.15 0.91 0.42
Hex CD 5F A 0 36 5F 14 1A 5B 2A
Octal 315 137 12 0 66 137 24 32 133 52
Binary 11001101 1011111 1010 0 110110 1011111 10100 11010 1011011 101010

Color Harmonies of #CD5F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5F0A

Black with #CD5F0A

Text Example


Text Example

White with #CD5F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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