Html Css Color HEX #C2856D Burning Sand

📋 copy color: '#C2856D'

red 194 ◦ green 133 ◦ blue 109

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

Shades of Burning Sand #C2856D

Tints of Burning Sand #C2856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 44.5%
G = 30.5%
B = 25%

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

#C2856D (or 0xC2856D) is known color: Burning Sand. HEX triplet: C2, 85 and 6D. RGB value is (194,133,109). Sum of RGB (Red+Green+Blue) = 194+133+109=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2856D is #3D7A92. Grayscale: #949494. Windows color (decimal): -4029075 or 7177666. OLE color: 7177666.

HSL color Cylindrical-coordinate representation of color #C2856D: hue angle of 16.94º 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 #C2856D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 109 -
CMYK 0 0.31 0.44 0.24
HSL 16.94º 0.41% 0.59% -
HSV(B) 16.94º 0.44% 0.76% -
XYZ 33.4 29.35 18.37 -
YUV 148.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 194 133 109 0 0.31 0.44 0.24 16.94 0.41 0.59
Hex C2 85 6D 0 1F 2C 18 11 29 3B
Octal 302 205 155 0 37 54 30 21 51 73
Binary 11000010 10000101 1101101 0 11111 101100 11000 10001 101001 111011

Color Harmonies of #C2856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2856D

Black with #C2856D

Text Example


Text Example

White with #C2856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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