Html Css Color HEX #CD550C Tenne (Tawny)

📋 copy color: '#CD550C'

red 205 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #CD550C

Tints of Tenne (Tawny) #CD550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 67.88%
G = 28.15%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD550C (or 0xCD550C) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 0C. RGB value is (205,85,12). Sum of RGB (Red+Green+Blue) = 205+85+12=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD550C is #32AAF3. Grayscale: #707070. Windows color (decimal): -3320564 or 808397. OLE color: 808397.

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

Color convert

RGB 205 85 12 -
CMYK 0 0.59 0.94 0.20
HSL 22.69º 0.89% 0.43% -
HSV(B) 22.69º 0.94% 0.8% -
XYZ 28.49 19.5 2.61 -
YUV 112.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 205 85 12 0 0.59 0.94 0.20 22.69 0.89 0.43
Hex CD 55 C 0 3B 5E 14 17 59 2B
Octal 315 125 14 0 73 136 24 27 131 53
Binary 11001101 1010101 1100 0 111011 1011110 10100 10111 1011001 101011

Color Harmonies of #CD550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD550C

Black with #CD550C

Text Example


Text Example

White with #CD550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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