Html Css Color HEX #C28965 Burning Sand

📋 copy color: '#C28965'

red 194 ◦ green 137 ◦ blue 101

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

Shades of Burning Sand #C28965

Tints of Burning Sand #C28965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.71%

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

R = 44.91%
G = 31.71%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28965 (or 0xC28965) is known color: Burning Sand. HEX triplet: C2, 89 and 65. RGB value is (194,137,101). Sum of RGB (Red+Green+Blue) = 194+137+101=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28965 is #3D769A. Grayscale: #969696. Windows color (decimal): -4028059 or 6654402. OLE color: 6654402.

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

Color convert

RGB 194 137 101 -
CMYK 0 0.29 0.48 0.24
HSL 23.23º 0.43% 0.58% -
HSV(B) 23.23º 0.48% 0.76% -
XYZ 33.54 30.3 16.39 -
YUV 149.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 194 137 101 0 0.29 0.48 0.24 23.23 0.43 0.58
Hex C2 89 65 0 1D 30 18 17 2B 3A
Octal 302 211 145 0 35 60 30 27 53 72
Binary 11000010 10001001 1100101 0 11101 110000 11000 10111 101011 111010

Color Harmonies of #C28965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28965

Black with #C28965

Text Example


Text Example

White with #C28965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28965; }

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

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

background-color css

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

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

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

border-color css

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

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

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