Html Css Color HEX #C28663 Burning Sand

📋 copy color: '#C28663'

red 194 ◦ green 134 ◦ blue 99

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

Shades of Burning Sand #C28663

Tints of Burning Sand #C28663

RGB

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

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

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

R = 45.43%
G = 31.38%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C28663 (or 0xC28663) is known color: Burning Sand. HEX triplet: C2, 86 and 63. RGB value is (194,134,99). Sum of RGB (Red+Green+Blue) = 194+134+99=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28663 is #3D799C. Grayscale: #949494. Windows color (decimal): -4028829 or 6522562. OLE color: 6522562.

HSL color Cylindrical-coordinate representation of color #C28663: hue angle of 22.11º 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 #C28663 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 99 -
CMYK 0 0.31 0.49 0.24
HSL 22.11º 0.44% 0.57% -
HSV(B) 22.11º 0.49% 0.76% -
XYZ 33.03 29.42 15.74 -
YUV 147.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 194 134 99 0 0.31 0.49 0.24 22.11 0.44 0.57
Hex C2 86 63 0 1F 31 18 16 2C 39
Octal 302 206 143 0 37 61 30 26 54 71
Binary 11000010 10000110 1100011 0 11111 110001 11000 10110 101100 111001

Color Harmonies of #C28663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28663

Black with #C28663

Text Example


Text Example

White with #C28663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28663; }

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

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

background-color css

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

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

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

border-color css

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

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

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