Html Css Color HEX #C27C65 Burning Sand

📋 copy color: '#C27C65'

red 194 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #C27C65

Tints of Burning Sand #C27C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

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

R = 46.3%
G = 29.59%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C27C65 (or 0xC27C65) is known color: Burning Sand. HEX triplet: C2, 7C and 65. RGB value is (194,124,101). Sum of RGB (Red+Green+Blue) = 194+124+101=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C65 is #3D839A. Grayscale: #8E8E8E. Windows color (decimal): -4031387 or 6651074. OLE color: 6651074.

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

Color convert

RGB 194 124 101 -
CMYK 0 0.36 0.48 0.24
HSL 14.84º 0.43% 0.58% -
HSV(B) 14.84º 0.48% 0.76% -
XYZ 31.8 26.82 15.81 -
YUV 142.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 194 124 101 0 0.36 0.48 0.24 14.84 0.43 0.58
Hex C2 7C 65 0 24 30 18 F 2B 3A
Octal 302 174 145 0 44 60 30 17 53 72
Binary 11000010 1111100 1100101 0 100100 110000 11000 1111 101011 111010

Color Harmonies of #C27C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C65

Black with #C27C65

Text Example


Text Example

White with #C27C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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