Html Css Color HEX #C27F68 Burning Sand

📋 copy color: '#C27F68'

red 194 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #C27F68

Tints of Burning Sand #C27F68

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

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

R = 45.65%
G = 29.88%
B = 24.47%

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

#C27F68 (or 0xC27F68) is known color: Burning Sand. HEX triplet: C2, 7F and 68. RGB value is (194,127,104). Sum of RGB (Red+Green+Blue) = 194+127+104=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F68 is #3D8097. Grayscale: #909090. Windows color (decimal): -4030616 or 6848450. OLE color: 6848450.

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

Color convert

RGB 194 127 104 -
CMYK 0 0.35 0.46 0.24
HSL 15.33º 0.42% 0.58% -
HSV(B) 15.33º 0.46% 0.76% -
XYZ 32.34 27.65 16.73 -
YUV 144.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 194 127 104 0 0.35 0.46 0.24 15.33 0.42 0.58
Hex C2 7F 68 0 23 2E 18 F 2A 3A
Octal 302 177 150 0 43 56 30 17 52 72
Binary 11000010 1111111 1101000 0 100011 101110 11000 1111 101010 111010

Color Harmonies of #C27F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F68

Black with #C27F68

Text Example


Text Example

White with #C27F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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