Html Css Color HEX #C3846C Burning Sand

📋 copy color: '#C3846C'

red 195 ◦ green 132 ◦ blue 108

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

Shades of Burning Sand #C3846C

Tints of Burning Sand #C3846C

RGB

 RED value IS 195 (76.56% from 255) = 44.83%

 GREEN value IS 132 (51.95% from 255) = 30.34%

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

R = 44.83%
G = 30.34%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3846C (or 0xC3846C) is known color: Burning Sand. HEX triplet: C3, 84 and 6C. RGB value is (195,132,108). Sum of RGB (Red+Green+Blue) = 195+132+108=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3846C is #3C7B93. Grayscale: #949494. Windows color (decimal): -3963796 or 7111875. OLE color: 7111875.

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

Color convert

RGB 195 132 108 -
CMYK 0 0.32 0.45 0.24
HSL 16.55º 0.42% 0.59% -
HSV(B) 16.55º 0.45% 0.76% -
XYZ 33.46 29.19 18.06 -
YUV 148.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 195 132 108 0 0.32 0.45 0.24 16.55 0.42 0.59
Hex C3 84 6C 0 20 2D 18 11 2A 3B
Octal 303 204 154 0 40 55 30 21 52 73
Binary 11000011 10000100 1101100 0 100000 101101 11000 10001 101010 111011

Color Harmonies of #C3846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3846C

Black with #C3846C

Text Example


Text Example

White with #C3846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3846C; }

 p { color: rgb(195,132,108); }

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

background-color css

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

 a { background-color: rgb(195,132,108); }

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

border-color css

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

 span { border-color: rgb(195,132,108); }

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