Html Css Color HEX #C2865E Burning Sand

📋 copy color: '#C2865E'

red 194 ◦ green 134 ◦ blue 94

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

Shades of Burning Sand #C2865E

Tints of Burning Sand #C2865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 45.97%
G = 31.75%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2865E (or 0xC2865E) is known color: Burning Sand. HEX triplet: C2, 86 and 5E. RGB value is (194,134,94). Sum of RGB (Red+Green+Blue) = 194+134+94=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2865E is #3D79A1. Grayscale: #939393. Windows color (decimal): -4028834 or 6194882. OLE color: 6194882.

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

Color convert

RGB 194 134 94 -
CMYK 0 0.31 0.52 0.24
HSL 24º 0.45% 0.56% -
HSV(B) 24º 0.52% 0.76% -
XYZ 32.79 29.33 14.52 -
YUV 147.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 194 134 94 0 0.31 0.52 0.24 24 0.45 0.56
Hex C2 86 5E 0 1F 34 18 18 2D 38
Octal 302 206 136 0 37 64 30 30 55 70
Binary 11000010 10000110 1011110 0 11111 110100 11000 11000 101101 111000

Color Harmonies of #C2865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2865E

Black with #C2865E

Text Example


Text Example

White with #C2865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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