Html Css Color HEX #C3886B Burning Sand

📋 copy color: '#C3886B'

red 195 ◦ green 136 ◦ blue 107

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

Shades of Burning Sand #C3886B

Tints of Burning Sand #C3886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

 BLUE value IS 107 (42.19% from 255) = 24.43%

R = 44.52%
G = 31.05%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3886B (or 0xC3886B) is known color: Burning Sand. HEX triplet: C3, 88 and 6B. RGB value is (195,136,107). Sum of RGB (Red+Green+Blue) = 195+136+107=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3886B is #3C7794. Grayscale: #969696. Windows color (decimal): -3962773 or 7047363. OLE color: 7047363.

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

Color convert

RGB 195 136 107 -
CMYK 0 0.30 0.45 0.24
HSL 19.77º 0.42% 0.59% -
HSV(B) 19.77º 0.45% 0.76% -
XYZ 33.96 30.27 17.96 -
YUV 150.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 195 136 107 0 0.30 0.45 0.24 19.77 0.42 0.59
Hex C3 88 6B 0 1E 2D 18 14 2A 3B
Octal 303 210 153 0 36 55 30 24 52 73
Binary 11000011 10001000 1101011 0 11110 101101 11000 10100 101010 111011

Color Harmonies of #C3886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3886B

Black with #C3886B

Text Example


Text Example

White with #C3886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3886B; }

 p { color: rgb(195,136,107); }

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

background-color css

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

 a { background-color: rgb(195,136,107); }

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

border-color css

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

 span { border-color: rgb(195,136,107); }

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