Html Css Color HEX #C3826C Burning Sand

📋 copy color: '#C3826C'

red 195 ◦ green 130 ◦ blue 108

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

Shades of Burning Sand #C3826C

Tints of Burning Sand #C3826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

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

R = 45.03%
G = 30.02%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3826C (or 0xC3826C) is known color: Burning Sand. HEX triplet: C3, 82 and 6C. RGB value is (195,130,108). Sum of RGB (Red+Green+Blue) = 195+130+108=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3826C is #3C7D93. Grayscale: #939393. Windows color (decimal): -3964308 or 7111363. OLE color: 7111363.

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

Color convert

RGB 195 130 108 -
CMYK 0 0.33 0.45 0.24
HSL 15.17º 0.42% 0.59% -
HSV(B) 15.17º 0.45% 0.76% -
XYZ 33.2 28.65 17.97 -
YUV 146.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 195 130 108 0 0.33 0.45 0.24 15.17 0.42 0.59
Hex C3 82 6C 0 21 2D 18 F 2A 3B
Octal 303 202 154 0 41 55 30 17 52 73
Binary 11000011 10000010 1101100 0 100001 101101 11000 1111 101010 111011

Color Harmonies of #C3826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3826C

Black with #C3826C

Text Example


Text Example

White with #C3826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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