Html Css Color HEX #C48765 Burning Sand

📋 copy color: '#C48765'

red 196 ◦ green 135 ◦ blue 101

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

Shades of Burning Sand #C48765

Tints of Burning Sand #C48765

RGB

 RED value IS 196 (76.95% from 255) = 45.37%

 GREEN value IS 135 (53.13% from 255) = 31.25%

 BLUE value IS 101 (39.84% from 255) = 23.38%

R = 45.37%
G = 31.25%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48765 (or 0xC48765) is known color: Burning Sand. HEX triplet: C4, 87 and 65. RGB value is (196,135,101). Sum of RGB (Red+Green+Blue) = 196+135+101=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48765 is #3B789A. Grayscale: #959595. Windows color (decimal): -3897499 or 6653892. OLE color: 6653892.

HSL color Cylindrical-coordinate representation of color #C48765: hue angle of 21.47º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C48765 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 135 101 -
CMYK 0 0.31 0.48 0.23
HSL 21.47º 0.45% 0.58% -
HSV(B) 21.47º 0.48% 0.77% -
XYZ 33.78 30 16.32 -
YUV 149.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 196 135 101 0 0.31 0.48 0.23 21.47 0.45 0.58
Hex C4 87 65 0 1F 30 17 15 2D 3A
Octal 304 207 145 0 37 60 27 25 55 72
Binary 11000100 10000111 1100101 0 11111 110000 10111 10101 101101 111010

Color Harmonies of #C48765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48765

Black with #C48765

Text Example


Text Example

White with #C48765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48765; }

 p { color: rgb(196,135,101); }

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

background-color css

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

 a { background-color: rgb(196,135,101); }

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

border-color css

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

 span { border-color: rgb(196,135,101); }

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