Html Css Color HEX #C27D5A Burning Sand

📋 copy color: '#C27D5A'

red 194 ◦ green 125 ◦ blue 90

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

Shades of Burning Sand #C27D5A

Tints of Burning Sand #C27D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

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

R = 47.43%
G = 30.56%
B = 22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C27D5A (or 0xC27D5A) is known color: Burning Sand. HEX triplet: C2, 7D and 5A. RGB value is (194,125,90). Sum of RGB (Red+Green+Blue) = 194+125+90=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D5A is #3D82A5. Grayscale: #8D8D8D. Windows color (decimal): -4031142 or 5930434. OLE color: 5930434.

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

Color convert

RGB 194 125 90 -
CMYK 0 0.36 0.54 0.24
HSL 20.19º 0.46% 0.56% -
HSV(B) 20.19º 0.54% 0.76% -
XYZ 31.43 26.87 13.2 -
YUV 141.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 194 125 90 0 0.36 0.54 0.24 20.19 0.46 0.56
Hex C2 7D 5A 0 24 36 18 14 2E 38
Octal 302 175 132 0 44 66 30 24 56 70
Binary 11000010 1111101 1011010 0 100100 110110 11000 10100 101110 111000

Color Harmonies of #C27D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D5A

Black with #C27D5A

Text Example


Text Example

White with #C27D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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