Html Css Color HEX #C38163 Burning Sand

📋 copy color: '#C38163'

red 195 ◦ green 129 ◦ blue 99

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

Shades of Burning Sand #C38163

Tints of Burning Sand #C38163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 46.1%
G = 30.5%
B = 23.4%

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

#C38163 (or 0xC38163) is known color: Burning Sand. HEX triplet: C3, 81 and 63. RGB value is (195,129,99). Sum of RGB (Red+Green+Blue) = 195+129+99=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38163 is #3C7E9C. Grayscale: #919191. Windows color (decimal): -3964573 or 6521283. OLE color: 6521283.

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

Color convert

RGB 195 129 99 -
CMYK 0 0.34 0.49 0.24
HSL 18.75º 0.44% 0.58% -
HSV(B) 18.75º 0.49% 0.76% -
XYZ 32.61 28.2 15.53 -
YUV 145.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 195 129 99 0 0.34 0.49 0.24 18.75 0.44 0.58
Hex C3 81 63 0 22 31 18 13 2C 3A
Octal 303 201 143 0 42 61 30 23 54 72
Binary 11000011 10000001 1100011 0 100010 110001 11000 10011 101100 111010

Color Harmonies of #C38163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38163

Black with #C38163

Text Example


Text Example

White with #C38163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38163; }

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

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

background-color css

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

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

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

border-color css

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

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

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