Html Css Color HEX #CD825F Burning Sand

📋 copy color: '#CD825F'

red 205 ◦ green 130 ◦ blue 95

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

Shades of Burning Sand #CD825F

Tints of Burning Sand #CD825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 47.67%
G = 30.23%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD825F (or 0xCD825F) is known color: Burning Sand. HEX triplet: CD, 82 and 5F. RGB value is (205,130,95). Sum of RGB (Red+Green+Blue) = 205+130+95=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD825F is #327DA0. Grayscale: #949494. Windows color (decimal): -3308961 or 6259405. OLE color: 6259405.

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

Color convert

RGB 205 130 95 -
CMYK 0 0.37 0.54 0.20
HSL 19.09º 0.52% 0.59% -
HSV(B) 19.09º 0.54% 0.8% -
XYZ 35.23 29.77 14.72 -
YUV 148.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 205 130 95 0 0.37 0.54 0.20 19.09 0.52 0.59
Hex CD 82 5F 0 25 36 14 13 34 3B
Octal 315 202 137 0 45 66 24 23 64 73
Binary 11001101 10000010 1011111 0 100101 110110 10100 10011 110100 111011

Color Harmonies of #CD825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD825F

Black with #CD825F

Text Example


Text Example

White with #CD825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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