Html Css Color HEX #CD896D Burning Sand

📋 copy color: '#CD896D'

red 205 ◦ green 137 ◦ blue 109

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

Shades of Burning Sand #CD896D

Tints of Burning Sand #CD896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 45.45%
G = 30.38%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD896D (or 0xCD896D) is known color: Burning Sand. HEX triplet: CD, 89 and 6D. RGB value is (205,137,109). Sum of RGB (Red+Green+Blue) = 205+137+109=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD896D is #327692. Grayscale: #9A9A9A. Windows color (decimal): -3307155 or 7178701. OLE color: 7178701.

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

Color convert

RGB 205 137 109 -
CMYK 0 0.33 0.47 0.20
HSL 17.5º 0.49% 0.62% -
HSV(B) 17.5º 0.47% 0.8% -
XYZ 36.88 31.97 18.7 -
YUV 154.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 205 137 109 0 0.33 0.47 0.20 17.5 0.49 0.62
Hex CD 89 6D 0 21 2F 14 12 31 3E
Octal 315 211 155 0 41 57 24 22 61 76
Binary 11001101 10001001 1101101 0 100001 101111 10100 10010 110001 111110

Color Harmonies of #CD896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD896D

Black with #CD896D

Text Example


Text Example

White with #CD896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD896D; }

 p { color: rgb(205,137,109); }

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

background-color css

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

 a { background-color: rgb(205,137,109); }

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

border-color css

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

 span { border-color: rgb(205,137,109); }

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