Html Css Color HEX #CD4D10 Tenne (Tawny)

📋 copy color: '#CD4D10'

red 205 ◦ green 77 ◦ blue 16

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

Shades of Tenne (Tawny) #CD4D10

Tints of Tenne (Tawny) #CD4D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 68.79%
G = 25.84%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD4D10 (or 0xCD4D10) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 10. RGB value is (205,77,16). Sum of RGB (Red+Green+Blue) = 205+77+16=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D10 is #32B2EF. Grayscale: #6C6C6C. Windows color (decimal): -3322608 or 1068493. OLE color: 1068493.

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

Color convert

RGB 205 77 16 -
CMYK 0 0.62 0.92 0.20
HSL 19.37º 0.86% 0.43% -
HSV(B) 19.37º 0.92% 0.8% -
XYZ 27.92 18.32 2.56 -
YUV 108.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 205 77 16 0 0.62 0.92 0.20 19.37 0.86 0.43
Hex CD 4D 10 0 3E 5C 14 13 56 2B
Octal 315 115 20 0 76 134 24 23 126 53
Binary 11001101 1001101 10000 0 111110 1011100 10100 10011 1010110 101011

Color Harmonies of #CD4D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D10

Black with #CD4D10

Text Example


Text Example

White with #CD4D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D10; }

 p { color: rgb(205,77,16); }

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

background-color css

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

 a { background-color: rgb(205,77,16); }

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

border-color css

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

 span { border-color: rgb(205,77,16); }

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