Html Css Color HEX #CD8562 Burning Sand

📋 copy color: '#CD8562'

red 205 ◦ green 133 ◦ blue 98

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

Shades of Burning Sand #CD8562

Tints of Burning Sand #CD8562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 98 (38.67% from 255) = 22.48%

R = 47.02%
G = 30.5%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD8562 (or 0xCD8562) is known color: Burning Sand. HEX triplet: CD, 85 and 62. RGB value is (205,133,98). Sum of RGB (Red+Green+Blue) = 205+133+98=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8562 is #327A9D. Grayscale: #969696. Windows color (decimal): -3308190 or 6456781. OLE color: 6456781.

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

Color convert

RGB 205 133 98 -
CMYK 0 0.35 0.52 0.20
HSL 19.63º 0.52% 0.59% -
HSV(B) 19.63º 0.52% 0.8% -
XYZ 35.77 30.64 15.58 -
YUV 150.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 205 133 98 0 0.35 0.52 0.20 19.63 0.52 0.59
Hex CD 85 62 0 23 34 14 14 34 3B
Octal 315 205 142 0 43 64 24 24 64 73
Binary 11001101 10000101 1100010 0 100011 110100 10100 10100 110100 111011

Color Harmonies of #CD8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8562

Black with #CD8562

Text Example


Text Example

White with #CD8562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8562; }

 p { color: rgb(205,133,98); }

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

background-color css

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

 a { background-color: rgb(205,133,98); }

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

border-color css

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

 span { border-color: rgb(205,133,98); }

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