Html Css Color HEX #C48A67 Burning Sand

📋 copy color: '#C48A67'

red 196 ◦ green 138 ◦ blue 103

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

Shades of Burning Sand #C48A67

Tints of Burning Sand #C48A67

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

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

R = 44.85%
G = 31.58%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48A67 (or 0xC48A67) is known color: Burning Sand. HEX triplet: C4, 8A and 67. RGB value is (196,138,103). Sum of RGB (Red+Green+Blue) = 196+138+103=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A67 is #3B7598. Grayscale: #979797. Windows color (decimal): -3896729 or 6785732. OLE color: 6785732.

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

Color convert

RGB 196 138 103 -
CMYK 0 0.30 0.47 0.23
HSL 22.58º 0.44% 0.59% -
HSV(B) 22.58º 0.47% 0.77% -
XYZ 34.3 30.89 16.99 -
YUV 151.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 196 138 103 0 0.30 0.47 0.23 22.58 0.44 0.59
Hex C4 8A 67 0 1E 2F 17 17 2C 3B
Octal 304 212 147 0 36 57 27 27 54 73
Binary 11000100 10001010 1100111 0 11110 101111 10111 10111 101100 111011

Color Harmonies of #C48A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A67

Black with #C48A67

Text Example


Text Example

White with #C48A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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