Html Css Color HEX #C27F61 Burning Sand

📋 copy color: '#C27F61'

red 194 ◦ green 127 ◦ blue 97

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

Shades of Burning Sand #C27F61

Tints of Burning Sand #C27F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 46.41%
G = 30.38%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C27F61 (or 0xC27F61) is known color: Burning Sand. HEX triplet: C2, 7F and 61. RGB value is (194,127,97). Sum of RGB (Red+Green+Blue) = 194+127+97=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F61 is #3D809E. Grayscale: #8F8F8F. Windows color (decimal): -4030623 or 6389698. OLE color: 6389698.

HSL color Cylindrical-coordinate representation of color #C27F61: hue angle of 18.56º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27F61 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 97 -
CMYK 0 0.35 0.50 0.24
HSL 18.56º 0.44% 0.57% -
HSV(B) 18.56º 0.5% 0.76% -
XYZ 32 27.51 14.93 -
YUV 143.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 194 127 97 0 0.35 0.50 0.24 18.56 0.44 0.57
Hex C2 7F 61 0 23 32 18 13 2C 39
Octal 302 177 141 0 43 62 30 23 54 71
Binary 11000010 1111111 1100001 0 100011 110010 11000 10011 101100 111001

Color Harmonies of #C27F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F61

Black with #C27F61

Text Example


Text Example

White with #C27F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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