Html Css Color HEX #CD6301 Tenne (Tawny)

📋 copy color: '#CD6301'

red 205 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #CD6301

Tints of Tenne (Tawny) #CD6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 67.21%
G = 32.46%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD6301 (or 0xCD6301) is known color: Tenne (Tawny). HEX triplet: CD, 63 and 01. RGB value is (205,99,1). Sum of RGB (Red+Green+Blue) = 205+99+1=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6301 is #329CFE. Grayscale: #787878. Windows color (decimal): -3316991 or 91085. OLE color: 91085.

HSL color Cylindrical-coordinate representation of color #CD6301: hue angle of 28.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD6301 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 99 1 -
CMYK 0 0.52 1.00 0.20
HSL 28.82º 0.99% 0.4% -
HSV(B) 28.82º 1% 0.8% -
XYZ 29.64 21.91 2.69 -
YUV 119.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 205 99 1 0 0.52 1.00 0.20 28.82 0.99 0.4
Hex CD 63 1 0 34 64 14 1D 63 28
Octal 315 143 1 0 64 144 24 35 143 50
Binary 11001101 1100011 1 0 110100 1100100 10100 11101 1100011 101000

Color Harmonies of #CD6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6301

Black with #CD6301

Text Example


Text Example

White with #CD6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6301; }

 p { color: rgb(205,99,1); }

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

background-color css

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

 a { background-color: rgb(205,99,1); }

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

border-color css

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

 span { border-color: rgb(205,99,1); }

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