Html Css Color HEX #CD6302 Tenne (Tawny)

📋 copy color: '#CD6302'

red 205 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #CD6302

Tints of Tenne (Tawny) #CD6302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 66.99%
G = 32.35%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD6302 (or 0xCD6302) is known color: Tenne (Tawny). HEX triplet: CD, 63 and 02. RGB value is (205,99,2). Sum of RGB (Red+Green+Blue) = 205+99+2=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6302 is #329CFD. Grayscale: #787878. Windows color (decimal): -3316990 or 156621. OLE color: 156621.

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

Color convert

RGB 205 99 2 -
CMYK 0 0.52 0.99 0.20
HSL 28.67º 0.98% 0.41% -
HSV(B) 28.67º 0.99% 0.8% -
XYZ 29.65 21.91 2.72 -
YUV 119.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 205 99 2 0 0.52 0.99 0.20 28.67 0.98 0.41
Hex CD 63 2 0 34 63 14 1D 62 29
Octal 315 143 2 0 64 143 24 35 142 51
Binary 11001101 1100011 10 0 110100 1100011 10100 11101 1100010 101001

Color Harmonies of #CD6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6302

Black with #CD6302

Text Example


Text Example

White with #CD6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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