Html Css Color HEX #CD8268 Burning Sand

📋 copy color: '#CD8268'

red 205 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #CD8268

Tints of Burning Sand #CD8268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.69%

R = 46.7%
G = 29.61%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD8268 (or 0xCD8268) is known color: Burning Sand. HEX triplet: CD, 82 and 68. RGB value is (205,130,104). Sum of RGB (Red+Green+Blue) = 205+130+104=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8268 is #327D97. Grayscale: #959595. Windows color (decimal): -3308952 or 6849229. OLE color: 6849229.

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

Color convert

RGB 205 130 104 -
CMYK 0 0.37 0.49 0.20
HSL 15.45º 0.5% 0.61% -
HSV(B) 15.45º 0.49% 0.8% -
XYZ 35.66 29.94 17 -
YUV 149.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 205 130 104 0 0.37 0.49 0.20 15.45 0.5 0.61
Hex CD 82 68 0 25 31 14 F 32 3D
Octal 315 202 150 0 45 61 24 17 62 75
Binary 11001101 10000010 1101000 0 100101 110001 10100 1111 110010 111101

Color Harmonies of #CD8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8268

Black with #CD8268

Text Example


Text Example

White with #CD8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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