Html Css Color HEX #CD5C0C Tenne (Tawny)

📋 copy color: '#CD5C0C'

red 205 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #CD5C0C

Tints of Tenne (Tawny) #CD5C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

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

R = 66.34%
G = 29.77%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD5C0C (or 0xCD5C0C) is known color: Tenne (Tawny). HEX triplet: CD, 5C and 0C. RGB value is (205,92,12). Sum of RGB (Red+Green+Blue) = 205+92+12=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5C0C is #32A3F3. Grayscale: #757575. Windows color (decimal): -3318772 or 810189. OLE color: 810189.

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

Color convert

RGB 205 92 12 -
CMYK 0 0.55 0.94 0.20
HSL 24.87º 0.89% 0.43% -
HSV(B) 24.87º 0.94% 0.8% -
XYZ 29.07 20.66 2.8 -
YUV 116.67 68.94 191 -
System Red Green Blue C M Y K H S L
Decimal 205 92 12 0 0.55 0.94 0.20 24.87 0.89 0.43
Hex CD 5C C 0 37 5E 14 19 59 2B
Octal 315 134 14 0 67 136 24 31 131 53
Binary 11001101 1011100 1100 0 110111 1011110 10100 11001 1011001 101011

Color Harmonies of #CD5C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C0C

Black with #CD5C0C

Text Example


Text Example

White with #CD5C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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