Html Css Color HEX #C48267 Burning Sand

📋 copy color: '#C48267'

red 196 ◦ green 130 ◦ blue 103

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

Shades of Burning Sand #C48267

Tints of Burning Sand #C48267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 45.69%
G = 30.3%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48267 (or 0xC48267) is known color: Burning Sand. HEX triplet: C4, 82 and 67. RGB value is (196,130,103). Sum of RGB (Red+Green+Blue) = 196+130+103=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C48267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48267 is #3B7D98. Grayscale: #929292. Windows color (decimal): -3898777 or 6783684. OLE color: 6783684.

HSL color Cylindrical-coordinate representation of color #C48267: hue angle of 17.42º 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 #C48267 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 103 -
CMYK 0 0.34 0.47 0.23
HSL 17.42º 0.44% 0.59% -
HSV(B) 17.42º 0.47% 0.77% -
XYZ 33.2 28.68 16.62 -
YUV 146.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 196 130 103 0 0.34 0.47 0.23 17.42 0.44 0.59
Hex C4 82 67 0 22 2F 17 11 2C 3B
Octal 304 202 147 0 42 57 27 21 54 73
Binary 11000100 10000010 1100111 0 100010 101111 10111 10001 101100 111011

Color Harmonies of #C48267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48267

Black with #C48267

Text Example


Text Example

White with #C48267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48267; }

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

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

background-color css

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

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

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

border-color css

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

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

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