Html Css Color HEX #C38864 Burning Sand

📋 copy color: '#C38864'

red 195 ◦ green 136 ◦ blue 100

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

Shades of Burning Sand #C38864

Tints of Burning Sand #C38864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 45.24%
G = 31.55%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C38864 (or 0xC38864) is known color: Burning Sand. HEX triplet: C3, 88 and 64. RGB value is (195,136,100). Sum of RGB (Red+Green+Blue) = 195+136+100=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38864 is #3C779B. Grayscale: #959595. Windows color (decimal): -3962780 or 6588611. OLE color: 6588611.

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

Color convert

RGB 195 136 100 -
CMYK 0 0.30 0.49 0.24
HSL 22.74º 0.44% 0.58% -
HSV(B) 22.74º 0.49% 0.76% -
XYZ 33.61 30.13 16.1 -
YUV 149.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 195 136 100 0 0.30 0.49 0.24 22.74 0.44 0.58
Hex C3 88 64 0 1E 31 18 17 2C 3A
Octal 303 210 144 0 36 61 30 27 54 72
Binary 11000011 10001000 1100100 0 11110 110001 11000 10111 101100 111010

Color Harmonies of #C38864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38864

Black with #C38864

Text Example


Text Example

White with #C38864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38864; }

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

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

background-color css

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

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

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

border-color css

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

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

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