Html Css Color HEX #C27F65 Burning Sand

📋 copy color: '#C27F65'

red 194 ◦ green 127 ◦ blue 101

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

Shades of Burning Sand #C27F65

Tints of Burning Sand #C27F65

RGB

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

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

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

R = 45.97%
G = 30.09%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C27F65 (or 0xC27F65) is known color: Burning Sand. HEX triplet: C2, 7F and 65. RGB value is (194,127,101). Sum of RGB (Red+Green+Blue) = 194+127+101=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F65 is #3D809A. Grayscale: #909090. Windows color (decimal): -4030619 or 6651842. OLE color: 6651842.

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

Color convert

RGB 194 127 101 -
CMYK 0 0.35 0.48 0.24
HSL 16.77º 0.43% 0.58% -
HSV(B) 16.77º 0.48% 0.76% -
XYZ 32.19 27.59 15.94 -
YUV 144.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 194 127 101 0 0.35 0.48 0.24 16.77 0.43 0.58
Hex C2 7F 65 0 23 30 18 11 2B 3A
Octal 302 177 145 0 43 60 30 21 53 72
Binary 11000010 1111111 1100101 0 100011 110000 11000 10001 101011 111010

Color Harmonies of #C27F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F65

Black with #C27F65

Text Example


Text Example

White with #C27F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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