Html Css Color HEX #C38168 Burning Sand

📋 copy color: '#C38168'

red 195 ◦ green 129 ◦ blue 104

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

Shades of Burning Sand #C38168

Tints of Burning Sand #C38168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.3%

R = 45.56%
G = 30.14%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38168 (or 0xC38168) is known color: Burning Sand. HEX triplet: C3, 81 and 68. RGB value is (195,129,104). Sum of RGB (Red+Green+Blue) = 195+129+104=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38168 is #3C7E97. Grayscale: #929292. Windows color (decimal): -3964568 or 6848963. OLE color: 6848963.

HSL color Cylindrical-coordinate representation of color #C38168: hue angle of 16.48º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C38168 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 104 -
CMYK 0 0.34 0.47 0.24
HSL 16.48º 0.43% 0.59% -
HSV(B) 16.48º 0.47% 0.76% -
XYZ 32.85 28.3 16.83 -
YUV 145.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 195 129 104 0 0.34 0.47 0.24 16.48 0.43 0.59
Hex C3 81 68 0 22 2F 18 10 2B 3B
Octal 303 201 150 0 42 57 30 20 53 73
Binary 11000011 10000001 1101000 0 100010 101111 11000 10000 101011 111011

Color Harmonies of #C38168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38168

Black with #C38168

Text Example


Text Example

White with #C38168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38168; }

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

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

background-color css

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

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

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

border-color css

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

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

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