Html Css Color HEX #CD7B5D Burning Sand

📋 copy color: '#CD7B5D'

red 205 ◦ green 123 ◦ blue 93

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

Shades of Burning Sand #CD7B5D

Tints of Burning Sand #CD7B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.22%

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

R = 48.69%
G = 29.22%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD7B5D (or 0xCD7B5D) is known color: Burning Sand. HEX triplet: CD, 7B and 5D. RGB value is (205,123,93). Sum of RGB (Red+Green+Blue) = 205+123+93=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B5D is #3284A2. Grayscale: #909090. Windows color (decimal): -3310755 or 6126541. OLE color: 6126541.

HSL color Cylindrical-coordinate representation of color #CD7B5D: hue angle of 16.07º 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 #CD7B5D is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 93 -
CMYK 0 0.4 0.55 0.20
HSL 16.07º 0.53% 0.58% -
HSV(B) 16.07º 0.55% 0.8% -
XYZ 34.24 27.94 13.94 -
YUV 144.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 205 123 93 0 0.4 0.55 0.20 16.07 0.53 0.58
Hex CD 7B 5D 0 28 37 14 10 35 3A
Octal 315 173 135 0 50 67 24 20 65 72
Binary 11001101 1111011 1011101 0 101000 110111 10100 10000 110101 111010

Color Harmonies of #CD7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B5D

Black with #CD7B5D

Text Example


Text Example

White with #CD7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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