Html Css Color HEX #C28163 Burning Sand

📋 copy color: '#C28163'

red 194 ◦ green 129 ◦ blue 99

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

Shades of Burning Sand #C28163

Tints of Burning Sand #C28163

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

 BLUE value IS 99 (39.06% from 255) = 23.46%

R = 45.97%
G = 30.57%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C28163 (or 0xC28163) is known color: Burning Sand. HEX triplet: C2, 81 and 63. RGB value is (194,129,99). Sum of RGB (Red+Green+Blue) = 194+129+99=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28163 is #3D7E9C. Grayscale: #919191. Windows color (decimal): -4030109 or 6521282. OLE color: 6521282.

HSL color Cylindrical-coordinate representation of color #C28163: hue angle of 18.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28163 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 99 -
CMYK 0 0.34 0.49 0.24
HSL 18.95º 0.44% 0.57% -
HSV(B) 18.95º 0.49% 0.76% -
XYZ 32.35 28.07 15.52 -
YUV 145.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 194 129 99 0 0.34 0.49 0.24 18.95 0.44 0.57
Hex C2 81 63 0 22 31 18 13 2C 39
Octal 302 201 143 0 42 61 30 23 54 71
Binary 11000010 10000001 1100011 0 100010 110001 11000 10011 101100 111001

Color Harmonies of #C28163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28163

Black with #C28163

Text Example


Text Example

White with #C28163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28163; }

 p { color: rgb(194,129,99); }

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

background-color css

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

 a { background-color: rgb(194,129,99); }

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

border-color css

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

 span { border-color: rgb(194,129,99); }

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