Html Css Color HEX #CD876E Burning Sand

📋 copy color: '#CD876E'

red 205 ◦ green 135 ◦ blue 110

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

Shades of Burning Sand #CD876E

Tints of Burning Sand #CD876E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 45.56%
G = 30%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD876E (or 0xCD876E) is known color: Burning Sand. HEX triplet: CD, 87 and 6E. RGB value is (205,135,110). Sum of RGB (Red+Green+Blue) = 205+135+110=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD876E is #327891. Grayscale: #999999. Windows color (decimal): -3307666 or 7243725. OLE color: 7243725.

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

Color convert

RGB 205 135 110 -
CMYK 0 0.34 0.46 0.20
HSL 15.79º 0.49% 0.62% -
HSV(B) 15.79º 0.46% 0.8% -
XYZ 36.66 31.43 18.89 -
YUV 153.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 205 135 110 0 0.34 0.46 0.20 15.79 0.49 0.62
Hex CD 87 6E 0 22 2E 14 10 31 3E
Octal 315 207 156 0 42 56 24 20 61 76
Binary 11001101 10000111 1101110 0 100010 101110 10100 10000 110001 111110

Color Harmonies of #CD876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD876E

Black with #CD876E

Text Example


Text Example

White with #CD876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD876E; }

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

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

background-color css

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

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

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

border-color css

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

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

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