Html Css Color HEX #C4866B Burning Sand

📋 copy color: '#C4866B'

red 196 ◦ green 134 ◦ blue 107

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

Shades of Burning Sand #C4866B

Tints of Burning Sand #C4866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 44.85%
G = 30.66%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4866B (or 0xC4866B) is known color: Burning Sand. HEX triplet: C4, 86 and 6B. RGB value is (196,134,107). Sum of RGB (Red+Green+Blue) = 196+134+107=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4866B is #3B7994. Grayscale: #959595. Windows color (decimal): -3897749 or 7046852. OLE color: 7046852.

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

Color convert

RGB 196 134 107 -
CMYK 0 0.32 0.45 0.23
HSL 18.2º 0.43% 0.59% -
HSV(B) 18.2º 0.45% 0.77% -
XYZ 33.94 29.85 17.88 -
YUV 149.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 196 134 107 0 0.32 0.45 0.23 18.2 0.43 0.59
Hex C4 86 6B 0 20 2D 17 12 2B 3B
Octal 304 206 153 0 40 55 27 22 53 73
Binary 11000100 10000110 1101011 0 100000 101101 10111 10010 101011 111011

Color Harmonies of #C4866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4866B

Black with #C4866B

Text Example


Text Example

White with #C4866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4866B; }

 p { color: rgb(196,134,107); }

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

background-color css

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

 a { background-color: rgb(196,134,107); }

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

border-color css

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

 span { border-color: rgb(196,134,107); }

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