Html Css Color HEX #CD876D Burning Sand

📋 copy color: '#CD876D'

red 205 ◦ green 135 ◦ blue 109

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

Shades of Burning Sand #CD876D

Tints of Burning Sand #CD876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 45.66%
G = 30.07%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD876D (or 0xCD876D) is known color: Burning Sand. HEX triplet: CD, 87 and 6D. RGB value is (205,135,109). Sum of RGB (Red+Green+Blue) = 205+135+109=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD876D is #327892. Grayscale: #999999. Windows color (decimal): -3307667 or 7178189. OLE color: 7178189.

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

Color convert

RGB 205 135 109 -
CMYK 0 0.34 0.47 0.20
HSL 16.25º 0.49% 0.62% -
HSV(B) 16.25º 0.47% 0.8% -
XYZ 36.6 31.41 18.6 -
YUV 152.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 205 135 109 0 0.34 0.47 0.20 16.25 0.49 0.62
Hex CD 87 6D 0 22 2F 14 10 31 3E
Octal 315 207 155 0 42 57 24 20 61 76
Binary 11001101 10000111 1101101 0 100010 101111 10100 10000 110001 111110

Color Harmonies of #CD876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD876D

Black with #CD876D

Text Example


Text Example

White with #CD876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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