Html Css Color HEX #CD580C Tenne (Tawny)

📋 copy color: '#CD580C'

red 205 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #CD580C

Tints of Tenne (Tawny) #CD580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 67.21%
G = 28.85%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD580C (or 0xCD580C) is known color: Tenne (Tawny). HEX triplet: CD, 58 and 0C. RGB value is (205,88,12). Sum of RGB (Red+Green+Blue) = 205+88+12=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD580C is #32A7F3. Grayscale: #727272. Windows color (decimal): -3319796 or 809165. OLE color: 809165.

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

Color convert

RGB 205 88 12 -
CMYK 0 0.57 0.94 0.20
HSL 23.63º 0.89% 0.43% -
HSV(B) 23.63º 0.94% 0.8% -
XYZ 28.73 19.99 2.69 -
YUV 114.32 70.26 192.68 -
System Red Green Blue C M Y K H S L
Decimal 205 88 12 0 0.57 0.94 0.20 23.63 0.89 0.43
Hex CD 58 C 0 39 5E 14 18 59 2B
Octal 315 130 14 0 71 136 24 30 131 53
Binary 11001101 1011000 1100 0 111001 1011110 10100 11000 1011001 101011

Color Harmonies of #CD580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD580C

Black with #CD580C

Text Example


Text Example

White with #CD580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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