Html Css Color HEX #C48367 Burning Sand

📋 copy color: '#C48367'

red 196 ◦ green 131 ◦ blue 103

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

Shades of Burning Sand #C48367

Tints of Burning Sand #C48367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

 BLUE value IS 103 (40.63% from 255) = 23.95%

R = 45.58%
G = 30.47%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48367 (or 0xC48367) is known color: Burning Sand. HEX triplet: C4, 83 and 67. RGB value is (196,131,103). Sum of RGB (Red+Green+Blue) = 196+131+103=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48367 is #3B7C98. Grayscale: #939393. Windows color (decimal): -3898521 or 6783940. OLE color: 6783940.

HSL color Cylindrical-coordinate representation of color #C48367: hue angle of 18.06º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C48367 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 103 -
CMYK 0 0.33 0.47 0.23
HSL 18.06º 0.44% 0.59% -
HSV(B) 18.06º 0.47% 0.77% -
XYZ 33.33 28.95 16.66 -
YUV 147.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 196 131 103 0 0.33 0.47 0.23 18.06 0.44 0.59
Hex C4 83 67 0 21 2F 17 12 2C 3B
Octal 304 203 147 0 41 57 27 22 54 73
Binary 11000100 10000011 1100111 0 100001 101111 10111 10010 101100 111011

Color Harmonies of #C48367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48367

Black with #C48367

Text Example


Text Example

White with #C48367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48367; }

 p { color: rgb(196,131,103); }

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

background-color css

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

 a { background-color: rgb(196,131,103); }

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

border-color css

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

 span { border-color: rgb(196,131,103); }

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