Html Css Color HEX #C27E68 Burning Sand

📋 copy color: '#C27E68'

red 194 ◦ green 126 ◦ blue 104

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

Shades of Burning Sand #C27E68

Tints of Burning Sand #C27E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.72%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 45.75%
G = 29.72%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C27E68 (or 0xC27E68) is known color: Burning Sand. HEX triplet: C2, 7E and 68. RGB value is (194,126,104). Sum of RGB (Red+Green+Blue) = 194+126+104=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E68 is #3D8197. Grayscale: #8F8F8F. Windows color (decimal): -4030872 or 6848194. OLE color: 6848194.

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

Color convert

RGB 194 126 104 -
CMYK 0 0.35 0.46 0.24
HSL 14.67º 0.42% 0.58% -
HSV(B) 14.67º 0.46% 0.76% -
XYZ 32.21 27.39 16.69 -
YUV 143.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 194 126 104 0 0.35 0.46 0.24 14.67 0.42 0.58
Hex C2 7E 68 0 23 2E 18 F 2A 3A
Octal 302 176 150 0 43 56 30 17 52 72
Binary 11000010 1111110 1101000 0 100011 101110 11000 1111 101010 111010

Color Harmonies of #C27E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E68

Black with #C27E68

Text Example


Text Example

White with #C27E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E68; }

 p { color: rgb(194,126,104); }

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

background-color css

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

 a { background-color: rgb(194,126,104); }

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

border-color css

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

 span { border-color: rgb(194,126,104); }

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