Html Css Color HEX #C5855C Burning Sand

📋 copy color: '#C5855C'

red 197 ◦ green 133 ◦ blue 92

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

Shades of Burning Sand #C5855C

Tints of Burning Sand #C5855C

RGB

 RED value IS 197 (77.34% from 255) = 46.68%

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 46.68%
G = 31.52%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5855C (or 0xC5855C) is known color: Burning Sand. HEX triplet: C5, 85 and 5C. RGB value is (197,133,92). Sum of RGB (Red+Green+Blue) = 197+133+92=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5855C is #3A7AA3. Grayscale: #939393. Windows color (decimal): -3832484 or 6063557. OLE color: 6063557.

HSL color Cylindrical-coordinate representation of color #C5855C: hue angle of 23.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5855C is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 92 -
CMYK 0 0.32 0.53 0.23
HSL 23.43º 0.48% 0.57% -
HSV(B) 23.43º 0.53% 0.77% -
XYZ 33.35 29.42 14.05 -
YUV 147.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 197 133 92 0 0.32 0.53 0.23 23.43 0.48 0.57
Hex C5 85 5C 0 20 35 17 17 30 39
Octal 305 205 134 0 40 65 27 27 60 71
Binary 11000101 10000101 1011100 0 100000 110101 10111 10111 110000 111001

Color Harmonies of #C5855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5855C

Black with #C5855C

Text Example


Text Example

White with #C5855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5855C; }

 p { color: rgb(197,133,92); }

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

background-color css

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

 a { background-color: rgb(197,133,92); }

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

border-color css

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

 span { border-color: rgb(197,133,92); }

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