Html Css Color HEX #C48762 Burning Sand

📋 copy color: '#C48762'

red 196 ◦ green 135 ◦ blue 98

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

Shades of Burning Sand #C48762

Tints of Burning Sand #C48762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 45.69%
G = 31.47%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C48762 (or 0xC48762) is known color: Burning Sand. HEX triplet: C4, 87 and 62. RGB value is (196,135,98). Sum of RGB (Red+Green+Blue) = 196+135+98=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C48762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48762 is #3B789D. Grayscale: #959595. Windows color (decimal): -3897502 or 6457284. OLE color: 6457284.

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

Color convert

RGB 196 135 98 -
CMYK 0 0.31 0.5 0.23
HSL 22.65º 0.45% 0.58% -
HSV(B) 22.65º 0.5% 0.77% -
XYZ 33.63 29.95 15.56 -
YUV 149.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 196 135 98 0 0.31 0.5 0.23 22.65 0.45 0.58
Hex C4 87 62 0 1F 32 17 17 2D 3A
Octal 304 207 142 0 37 62 27 27 55 72
Binary 11000100 10000111 1100010 0 11111 110010 10111 10111 101101 111010

Color Harmonies of #C48762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48762

Black with #C48762

Text Example


Text Example

White with #C48762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48762; }

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

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

background-color css

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

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

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

border-color css

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

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

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