Html Css Color HEX #CD5F0C Tenne (Tawny)

📋 copy color: '#CD5F0C'

red 205 ◦ green 95 ◦ blue 12

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

Shades of Tenne (Tawny) #CD5F0C

Tints of Tenne (Tawny) #CD5F0C

RGB

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

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

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

R = 65.71%
G = 30.45%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD5F0C (or 0xCD5F0C) is known color: Tenne (Tawny). HEX triplet: CD, 5F and 0C. RGB value is (205,95,12). Sum of RGB (Red+Green+Blue) = 205+95+12=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5F0C is #32A0F3. Grayscale: #767676. Windows color (decimal): -3318004 or 810957. OLE color: 810957.

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

Color convert

RGB 205 95 12 -
CMYK 0 0.54 0.94 0.20
HSL 25.8º 0.89% 0.43% -
HSV(B) 25.8º 0.94% 0.8% -
XYZ 29.34 21.19 2.89 -
YUV 118.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 205 95 12 0 0.54 0.94 0.20 25.8 0.89 0.43
Hex CD 5F C 0 36 5E 14 1A 59 2B
Octal 315 137 14 0 66 136 24 32 131 53
Binary 11001101 1011111 1100 0 110110 1011110 10100 11010 1011001 101011

Color Harmonies of #CD5F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5F0C

Black with #CD5F0C

Text Example


Text Example

White with #CD5F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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