Html Css Color HEX #CD836E Burning Sand

📋 copy color: '#CD836E'

red 205 ◦ green 131 ◦ blue 110

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

Shades of Burning Sand #CD836E

Tints of Burning Sand #CD836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

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

R = 45.96%
G = 29.37%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD836E (or 0xCD836E) is known color: Burning Sand. HEX triplet: CD, 83 and 6E. RGB value is (205,131,110). Sum of RGB (Red+Green+Blue) = 205+131+110=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD836E is #327C91. Grayscale: #969696. Windows color (decimal): -3308690 or 7242701. OLE color: 7242701.

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

Color convert

RGB 205 131 110 -
CMYK 0 0.36 0.46 0.20
HSL 13.26º 0.49% 0.62% -
HSV(B) 13.26º 0.46% 0.8% -
XYZ 36.11 30.34 18.7 -
YUV 150.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 205 131 110 0 0.36 0.46 0.20 13.26 0.49 0.62
Hex CD 83 6E 0 24 2E 14 D 31 3E
Octal 315 203 156 0 44 56 24 15 61 76
Binary 11001101 10000011 1101110 0 100100 101110 10100 1101 110001 111110

Color Harmonies of #CD836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD836E

Black with #CD836E

Text Example


Text Example

White with #CD836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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