Html Css Color HEX #C2855F Burning Sand

📋 copy color: '#C2855F'

red 194 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #C2855F

Tints of Burning Sand #C2855F

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 45.97%
G = 31.52%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2855F (or 0xC2855F) is known color: Burning Sand. HEX triplet: C2, 85 and 5F. RGB value is (194,133,95). Sum of RGB (Red+Green+Blue) = 194+133+95=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2855F is #3D7AA0. Grayscale: #939393. Windows color (decimal): -4029089 or 6260162. OLE color: 6260162.

HSL color Cylindrical-coordinate representation of color #C2855F: hue angle of 23.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2855F is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 95 -
CMYK 0 0.31 0.51 0.24
HSL 23.03º 0.45% 0.57% -
HSV(B) 23.03º 0.51% 0.76% -
XYZ 32.7 29.07 14.71 -
YUV 146.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 194 133 95 0 0.31 0.51 0.24 23.03 0.45 0.57
Hex C2 85 5F 0 1F 33 18 17 2D 39
Octal 302 205 137 0 37 63 30 27 55 71
Binary 11000010 10000101 1011111 0 11111 110011 11000 10111 101101 111001

Color Harmonies of #C2855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2855F

Black with #C2855F

Text Example


Text Example

White with #C2855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2855F; }

 p { color: rgb(194,133,95); }

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

background-color css

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

 a { background-color: rgb(194,133,95); }

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

border-color css

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

 span { border-color: rgb(194,133,95); }

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