Html Css Color HEX #C28465 Burning Sand

📋 copy color: '#C28465'

red 194 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #C28465

Tints of Burning Sand #C28465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 45.43%
G = 30.91%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28465 (or 0xC28465) is known color: Burning Sand. HEX triplet: C2, 84 and 65. RGB value is (194,132,101). Sum of RGB (Red+Green+Blue) = 194+132+101=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28465 is #3D7B9A. Grayscale: #939393. Windows color (decimal): -4029339 or 6653122. OLE color: 6653122.

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

Color convert

RGB 194 132 101 -
CMYK 0 0.32 0.48 0.24
HSL 20º 0.43% 0.58% -
HSV(B) 20º 0.48% 0.76% -
XYZ 32.85 28.91 16.16 -
YUV 147 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 194 132 101 0 0.32 0.48 0.24 20 0.43 0.58
Hex C2 84 65 0 20 30 18 14 2B 3A
Octal 302 204 145 0 40 60 30 24 53 72
Binary 11000010 10000100 1100101 0 100000 110000 11000 10100 101011 111010

Color Harmonies of #C28465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28465

Black with #C28465

Text Example


Text Example

White with #C28465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28465; }

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

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

background-color css

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

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

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

border-color css

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

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

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