Html Css Color HEX #C27F5A Burning Sand

📋 copy color: '#C27F5A'

red 194 ◦ green 127 ◦ blue 90

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

Shades of Burning Sand #C27F5A

Tints of Burning Sand #C27F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 47.2%
G = 30.9%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C27F5A (or 0xC27F5A) is known color: Burning Sand. HEX triplet: C2, 7F and 5A. RGB value is (194,127,90). Sum of RGB (Red+Green+Blue) = 194+127+90=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F5A is #3D80A5. Grayscale: #8F8F8F. Windows color (decimal): -4030630 or 5930946. OLE color: 5930946.

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

Color convert

RGB 194 127 90 -
CMYK 0 0.35 0.54 0.24
HSL 21.35º 0.46% 0.56% -
HSV(B) 21.35º 0.54% 0.76% -
XYZ 31.68 27.39 13.29 -
YUV 142.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 194 127 90 0 0.35 0.54 0.24 21.35 0.46 0.56
Hex C2 7F 5A 0 23 36 18 15 2E 38
Octal 302 177 132 0 43 66 30 25 56 70
Binary 11000010 1111111 1011010 0 100011 110110 11000 10101 101110 111000

Color Harmonies of #C27F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F5A

Black with #C27F5A

Text Example


Text Example

White with #C27F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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