Html Css Color HEX #CD6502 Tenne (Tawny)

📋 copy color: '#CD6502'

red 205 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #CD6502

Tints of Tenne (Tawny) #CD6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 66.56%
G = 32.79%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD6502 (or 0xCD6502) is known color: Tenne (Tawny). HEX triplet: CD, 65 and 02. RGB value is (205,101,2). Sum of RGB (Red+Green+Blue) = 205+101+2=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6502 is #329AFD. Grayscale: #797979. Windows color (decimal): -3316478 or 157133. OLE color: 157133.

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

Color convert

RGB 205 101 2 -
CMYK 0 0.51 0.99 0.20
HSL 29.26º 0.98% 0.41% -
HSV(B) 29.26º 0.99% 0.8% -
XYZ 29.84 22.29 2.79 -
YUV 120.81 60.96 188.05 -
System Red Green Blue C M Y K H S L
Decimal 205 101 2 0 0.51 0.99 0.20 29.26 0.98 0.41
Hex CD 65 2 0 33 63 14 1D 62 29
Octal 315 145 2 0 63 143 24 35 142 51
Binary 11001101 1100101 10 0 110011 1100011 10100 11101 1100010 101001

Color Harmonies of #CD6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6502

Black with #CD6502

Text Example


Text Example

White with #CD6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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