Html Css Color HEX #C2865F Burning Sand

📋 copy color: '#C2865F'

red 194 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #C2865F

Tints of Burning Sand #C2865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 45.86%
G = 31.68%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2865F (or 0xC2865F) is known color: Burning Sand. HEX triplet: C2, 86 and 5F. RGB value is (194,134,95). Sum of RGB (Red+Green+Blue) = 194+134+95=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2865F is #3D79A0. Grayscale: #939393. Windows color (decimal): -4028833 or 6260418. OLE color: 6260418.

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

Color convert

RGB 194 134 95 -
CMYK 0 0.31 0.51 0.24
HSL 23.64º 0.45% 0.57% -
HSV(B) 23.64º 0.51% 0.76% -
XYZ 32.84 29.35 14.76 -
YUV 147.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 194 134 95 0 0.31 0.51 0.24 23.64 0.45 0.57
Hex C2 86 5F 0 1F 33 18 18 2D 39
Octal 302 206 137 0 37 63 30 30 55 71
Binary 11000010 10000110 1011111 0 11111 110011 11000 11000 101101 111001

Color Harmonies of #C2865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2865F

Black with #C2865F

Text Example


Text Example

White with #C2865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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