Html Css Color HEX #CD640A Tenne (Tawny)

📋 copy color: '#CD640A'

red 205 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #CD640A

Tints of Tenne (Tawny) #CD640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 65.08%
G = 31.75%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD640A (or 0xCD640A) is known color: Tenne (Tawny). HEX triplet: CD, 64 and 0A. RGB value is (205,100,10). Sum of RGB (Red+Green+Blue) = 205+100+10=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD640A is #329BF5. Grayscale: #797979. Windows color (decimal): -3316726 or 681165. OLE color: 681165.

HSL color Cylindrical-coordinate representation of color #CD640A: hue angle of 27.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD640A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 100 10 -
CMYK 0 0.51 0.95 0.20
HSL 27.69º 0.91% 0.42% -
HSV(B) 27.69º 0.95% 0.8% -
XYZ 29.79 22.12 2.99 -
YUV 121.14 65.29 187.82 -
System Red Green Blue C M Y K H S L
Decimal 205 100 10 0 0.51 0.95 0.20 27.69 0.91 0.42
Hex CD 64 A 0 33 5F 14 1C 5B 2A
Octal 315 144 12 0 63 137 24 34 133 52
Binary 11001101 1100100 1010 0 110011 1011111 10100 11100 1011011 101010

Color Harmonies of #CD640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD640A

Black with #CD640A

Text Example


Text Example

White with #CD640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD640A; }

 p { color: rgb(205,100,10); }

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

background-color css

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

 a { background-color: rgb(205,100,10); }

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

border-color css

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

 span { border-color: rgb(205,100,10); }

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