Html Css Color HEX #C4816B Burning Sand

📋 copy color: '#C4816B'

red 196 ◦ green 129 ◦ blue 107

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

Shades of Burning Sand #C4816B

Tints of Burning Sand #C4816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.86%

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

R = 45.37%
G = 29.86%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4816B (or 0xC4816B) is known color: Burning Sand. HEX triplet: C4, 81 and 6B. RGB value is (196,129,107). Sum of RGB (Red+Green+Blue) = 196+129+107=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4816B is #3B7E94. Grayscale: #929292. Windows color (decimal): -3899029 or 7045572. OLE color: 7045572.

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

Color convert

RGB 196 129 107 -
CMYK 0 0.34 0.45 0.23
HSL 14.83º 0.43% 0.59% -
HSV(B) 14.83º 0.45% 0.77% -
XYZ 33.27 28.5 17.66 -
YUV 146.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 196 129 107 0 0.34 0.45 0.23 14.83 0.43 0.59
Hex C4 81 6B 0 22 2D 17 F 2B 3B
Octal 304 201 153 0 42 55 27 17 53 73
Binary 11000100 10000001 1101011 0 100010 101101 10111 1111 101011 111011

Color Harmonies of #C4816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4816B

Black with #C4816B

Text Example


Text Example

White with #C4816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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