Html Css Color HEX #CD835E Burning Sand

📋 copy color: '#CD835E'

red 205 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #CD835E

Tints of Burning Sand #CD835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 47.67%
G = 30.47%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD835E (or 0xCD835E) is known color: Burning Sand. HEX triplet: CD, 83 and 5E. RGB value is (205,131,94). Sum of RGB (Red+Green+Blue) = 205+131+94=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD835E is #327CA1. Grayscale: #959595. Windows color (decimal): -3308706 or 6194125. OLE color: 6194125.

HSL color Cylindrical-coordinate representation of color #CD835E: hue angle of 20º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD835E is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 94 -
CMYK 0 0.36 0.54 0.20
HSL 20º 0.53% 0.59% -
HSV(B) 20º 0.54% 0.8% -
XYZ 35.31 30.02 14.52 -
YUV 148.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 205 131 94 0 0.36 0.54 0.20 20 0.53 0.59
Hex CD 83 5E 0 24 36 14 14 35 3B
Octal 315 203 136 0 44 66 24 24 65 73
Binary 11001101 10000011 1011110 0 100100 110110 10100 10100 110101 111011

Color Harmonies of #CD835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD835E

Black with #CD835E

Text Example


Text Example

White with #CD835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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