Html Css Color HEX #CD825D Burning Sand

📋 copy color: '#CD825D'

red 205 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #CD825D

Tints of Burning Sand #CD825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 47.9%
G = 30.37%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD825D (or 0xCD825D) is known color: Burning Sand. HEX triplet: CD, 82 and 5D. RGB value is (205,130,93). Sum of RGB (Red+Green+Blue) = 205+130+93=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD825D is #327DA2. Grayscale: #949494. Windows color (decimal): -3308963 or 6128333. OLE color: 6128333.

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

Color convert

RGB 205 130 93 -
CMYK 0 0.37 0.55 0.20
HSL 19.82º 0.53% 0.58% -
HSV(B) 19.82º 0.55% 0.8% -
XYZ 35.14 29.73 14.24 -
YUV 148.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 205 130 93 0 0.37 0.55 0.20 19.82 0.53 0.58
Hex CD 82 5D 0 25 37 14 14 35 3A
Octal 315 202 135 0 45 67 24 24 65 72
Binary 11001101 10000010 1011101 0 100101 110111 10100 10100 110101 111010

Color Harmonies of #CD825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD825D

Black with #CD825D

Text Example


Text Example

White with #CD825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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