Html Css Color HEX #C38466 Burning Sand

📋 copy color: '#C38466'

red 195 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #C38466

Tints of Burning Sand #C38466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

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

R = 45.45%
G = 30.77%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38466 (or 0xC38466) is known color: Burning Sand. HEX triplet: C3, 84 and 66. RGB value is (195,132,102). Sum of RGB (Red+Green+Blue) = 195+132+102=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38466 is #3C7B99. Grayscale: #939393. Windows color (decimal): -3963802 or 6718659. OLE color: 6718659.

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

Color convert

RGB 195 132 102 -
CMYK 0 0.32 0.48 0.24
HSL 19.35º 0.44% 0.58% -
HSV(B) 19.35º 0.48% 0.76% -
XYZ 33.16 29.06 16.43 -
YUV 147.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 195 132 102 0 0.32 0.48 0.24 19.35 0.44 0.58
Hex C3 84 66 0 20 30 18 13 2C 3A
Octal 303 204 146 0 40 60 30 23 54 72
Binary 11000011 10000100 1100110 0 100000 110000 11000 10011 101100 111010

Color Harmonies of #C38466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38466

Black with #C38466

Text Example


Text Example

White with #C38466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38466; }

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

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

background-color css

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

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

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

border-color css

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

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

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