Html Css Color HEX #C38063 Burning Sand

📋 copy color: '#C38063'

red 195 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #C38063

Tints of Burning Sand #C38063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

 BLUE value IS 99 (39.06% from 255) = 23.46%

R = 46.21%
G = 30.33%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C38063 (or 0xC38063) is known color: Burning Sand. HEX triplet: C3, 80 and 63. RGB value is (195,128,99). Sum of RGB (Red+Green+Blue) = 195+128+99=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C38063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38063 is #3C7F9C. Grayscale: #909090. Windows color (decimal): -3964829 or 6521027. OLE color: 6521027.

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

Color convert

RGB 195 128 99 -
CMYK 0 0.34 0.49 0.24
HSL 18.13º 0.44% 0.58% -
HSV(B) 18.13º 0.49% 0.76% -
XYZ 32.48 27.94 15.49 -
YUV 144.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 195 128 99 0 0.34 0.49 0.24 18.13 0.44 0.58
Hex C3 80 63 0 22 31 18 12 2C 3A
Octal 303 200 143 0 42 61 30 22 54 72
Binary 11000011 10000000 1100011 0 100010 110001 11000 10010 101100 111010

Color Harmonies of #C38063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38063

Black with #C38063

Text Example


Text Example

White with #C38063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38063; }

 p { color: rgb(195,128,99); }

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

background-color css

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

 a { background-color: rgb(195,128,99); }

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

border-color css

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

 span { border-color: rgb(195,128,99); }

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