Html Css Color HEX #C38866 Burning Sand

📋 copy color: '#C38866'

red 195 ◦ green 136 ◦ blue 102

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

Shades of Burning Sand #C38866

Tints of Burning Sand #C38866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 45.03%
G = 31.41%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38866 (or 0xC38866) is known color: Burning Sand. HEX triplet: C3, 88 and 66. RGB value is (195,136,102). Sum of RGB (Red+Green+Blue) = 195+136+102=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C38866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38866 is #3C7799. Grayscale: #959595. Windows color (decimal): -3962778 or 6719683. OLE color: 6719683.

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

Color convert

RGB 195 136 102 -
CMYK 0 0.30 0.48 0.24
HSL 21.94º 0.44% 0.58% -
HSV(B) 21.94º 0.48% 0.76% -
XYZ 33.71 30.17 16.62 -
YUV 149.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 195 136 102 0 0.30 0.48 0.24 21.94 0.44 0.58
Hex C3 88 66 0 1E 30 18 16 2C 3A
Octal 303 210 146 0 36 60 30 26 54 72
Binary 11000011 10001000 1100110 0 11110 110000 11000 10110 101100 111010

Color Harmonies of #C38866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38866

Black with #C38866

Text Example


Text Example

White with #C38866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38866; }

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

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

background-color css

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

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

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

border-color css

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

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

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