Html Css Color HEX #C2855C Burning Sand

📋 copy color: '#C2855C'

red 194 ◦ green 133 ◦ blue 92

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

Shades of Burning Sand #C2855C

Tints of Burning Sand #C2855C

RGB

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

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

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

R = 46.3%
G = 31.74%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2855C (or 0xC2855C) is known color: Burning Sand. HEX triplet: C2, 85 and 5C. RGB value is (194,133,92). Sum of RGB (Red+Green+Blue) = 194+133+92=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2855C is #3D7AA3. Grayscale: #929292. Windows color (decimal): -4029092 or 6063554. OLE color: 6063554.

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

Color convert

RGB 194 133 92 -
CMYK 0 0.31 0.53 0.24
HSL 24.12º 0.46% 0.56% -
HSV(B) 24.12º 0.53% 0.76% -
XYZ 32.57 29.02 14.01 -
YUV 146.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 194 133 92 0 0.31 0.53 0.24 24.12 0.46 0.56
Hex C2 85 5C 0 1F 35 18 18 2E 38
Octal 302 205 134 0 37 65 30 30 56 70
Binary 11000010 10000101 1011100 0 11111 110101 11000 11000 101110 111000

Color Harmonies of #C2855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2855C

Black with #C2855C

Text Example


Text Example

White with #C2855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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