Html Css Color HEX #CD8465 Burning Sand

📋 copy color: '#CD8465'

red 205 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #CD8465

Tints of Burning Sand #CD8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 101 (39.84% from 255) = 23.06%

R = 46.8%
G = 30.14%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD8465 (or 0xCD8465) is known color: Burning Sand. HEX triplet: CD, 84 and 65. RGB value is (205,132,101). Sum of RGB (Red+Green+Blue) = 205+132+101=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8465 is #327B9A. Grayscale: #969696. Windows color (decimal): -3308443 or 6653133. OLE color: 6653133.

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

Color convert

RGB 205 132 101 -
CMYK 0 0.36 0.51 0.20
HSL 17.88º 0.51% 0.6% -
HSV(B) 17.88º 0.51% 0.8% -
XYZ 35.78 30.42 16.3 -
YUV 150.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 205 132 101 0 0.36 0.51 0.20 17.88 0.51 0.6
Hex CD 84 65 0 24 33 14 12 33 3C
Octal 315 204 145 0 44 63 24 22 63 74
Binary 11001101 10000100 1100101 0 100100 110011 10100 10010 110011 111100

Color Harmonies of #CD8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8465

Black with #CD8465

Text Example


Text Example

White with #CD8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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