Html Css Color HEX #C2856C Burning Sand

📋 copy color: '#C2856C'

red 194 ◦ green 133 ◦ blue 108

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

Shades of Burning Sand #C2856C

Tints of Burning Sand #C2856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 44.6%
G = 30.57%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2856C (or 0xC2856C) is known color: Burning Sand. HEX triplet: C2, 85 and 6C. RGB value is (194,133,108). Sum of RGB (Red+Green+Blue) = 194+133+108=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2856C is #3D7A93. Grayscale: #949494. Windows color (decimal): -4029076 or 7112130. OLE color: 7112130.

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

Color convert

RGB 194 133 108 -
CMYK 0 0.31 0.44 0.24
HSL 17.44º 0.41% 0.59% -
HSV(B) 17.44º 0.44% 0.76% -
XYZ 33.34 29.33 18.09 -
YUV 148.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 194 133 108 0 0.31 0.44 0.24 17.44 0.41 0.59
Hex C2 85 6C 0 1F 2C 18 11 29 3B
Octal 302 205 154 0 37 54 30 21 51 73
Binary 11000010 10000101 1101100 0 11111 101100 11000 10001 101001 111011

Color Harmonies of #C2856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2856C

Black with #C2856C

Text Example


Text Example

White with #C2856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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