Html Css Color HEX #CD7D57 Burning Sand

📋 copy color: '#CD7D57'

red 205 ◦ green 125 ◦ blue 87

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

Shades of Burning Sand #CD7D57

Tints of Burning Sand #CD7D57

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

 BLUE value IS 87 (34.38% from 255) = 20.86%

R = 49.16%
G = 29.98%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD7D57 (or 0xCD7D57) is known color: Burning Sand. HEX triplet: CD, 7D and 57. RGB value is (205,125,87). Sum of RGB (Red+Green+Blue) = 205+125+87=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D57 is #3282A8. Grayscale: #909090. Windows color (decimal): -3310249 or 5733837. OLE color: 5733837.

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

Color convert

RGB 205 125 87 -
CMYK 0 0.39 0.58 0.20
HSL 19.32º 0.54% 0.57% -
HSV(B) 19.32º 0.58% 0.8% -
XYZ 34.23 28.33 12.68 -
YUV 144.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 205 125 87 0 0.39 0.58 0.20 19.32 0.54 0.57
Hex CD 7D 57 0 27 3A 14 13 36 39
Octal 315 175 127 0 47 72 24 23 66 71
Binary 11001101 1111101 1010111 0 100111 111010 10100 10011 110110 111001

Color Harmonies of #CD7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D57

Black with #CD7D57

Text Example


Text Example

White with #CD7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D57; }

 p { color: rgb(205,125,87); }

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

background-color css

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

 a { background-color: rgb(205,125,87); }

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

border-color css

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

 span { border-color: rgb(205,125,87); }

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