Html Css Color HEX #CD8263 Burning Sand

📋 copy color: '#CD8263'

red 205 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #CD8263

Tints of Burning Sand #CD8263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

 BLUE value IS 99 (39.06% from 255) = 22.81%

R = 47.24%
G = 29.95%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD8263 (or 0xCD8263) is known color: Burning Sand. HEX triplet: CD, 82 and 63. RGB value is (205,130,99). Sum of RGB (Red+Green+Blue) = 205+130+99=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8263 is #327D9C. Grayscale: #959595. Windows color (decimal): -3308957 or 6521549. OLE color: 6521549.

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

Color convert

RGB 205 130 99 -
CMYK 0 0.37 0.52 0.20
HSL 17.55º 0.51% 0.6% -
HSV(B) 17.55º 0.52% 0.8% -
XYZ 35.41 29.85 15.7 -
YUV 148.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 205 130 99 0 0.37 0.52 0.20 17.55 0.51 0.6
Hex CD 82 63 0 25 34 14 12 33 3C
Octal 315 202 143 0 45 64 24 22 63 74
Binary 11001101 10000010 1100011 0 100101 110100 10100 10010 110011 111100

Color Harmonies of #CD8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8263

Black with #CD8263

Text Example


Text Example

White with #CD8263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8263; }

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

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

background-color css

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

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

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

border-color css

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

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

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