Html Css Color HEX #C28265 Burning Sand

📋 copy color: '#C28265'

red 194 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #C28265

Tints of Burning Sand #C28265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 45.65%
G = 30.59%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28265 (or 0xC28265) is known color: Burning Sand. HEX triplet: C2, 82 and 65. RGB value is (194,130,101). Sum of RGB (Red+Green+Blue) = 194+130+101=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28265 is #3D7D9A. Grayscale: #929292. Windows color (decimal): -4029851 or 6652610. OLE color: 6652610.

HSL color Cylindrical-coordinate representation of color #C28265: hue angle of 18.71º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C28265 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 101 -
CMYK 0 0.33 0.48 0.24
HSL 18.71º 0.43% 0.58% -
HSV(B) 18.71º 0.48% 0.76% -
XYZ 32.58 28.37 16.07 -
YUV 145.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 194 130 101 0 0.33 0.48 0.24 18.71 0.43 0.58
Hex C2 82 65 0 21 30 18 13 2B 3A
Octal 302 202 145 0 41 60 30 23 53 72
Binary 11000010 10000010 1100101 0 100001 110000 11000 10011 101011 111010

Color Harmonies of #C28265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28265

Black with #C28265

Text Example


Text Example

White with #C28265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28265; }

 p { color: rgb(194,130,101); }

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

background-color css

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

 a { background-color: rgb(194,130,101); }

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

border-color css

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

 span { border-color: rgb(194,130,101); }

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