Html Css Color HEX #C27D61 Burning Sand

📋 copy color: '#C27D61'

red 194 ◦ green 125 ◦ blue 97

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

Shades of Burning Sand #C27D61

Tints of Burning Sand #C27D61

RGB

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

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

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

R = 46.63%
G = 30.05%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C27D61 (or 0xC27D61) is known color: Burning Sand. HEX triplet: C2, 7D and 61. RGB value is (194,125,97). Sum of RGB (Red+Green+Blue) = 194+125+97=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D61 is #3D829E. Grayscale: #8E8E8E. Windows color (decimal): -4031135 or 6389186. OLE color: 6389186.

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

Color convert

RGB 194 125 97 -
CMYK 0 0.36 0.50 0.24
HSL 17.32º 0.44% 0.57% -
HSV(B) 17.32º 0.5% 0.76% -
XYZ 31.74 27 14.85 -
YUV 142.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 194 125 97 0 0.36 0.50 0.24 17.32 0.44 0.57
Hex C2 7D 61 0 24 32 18 11 2C 39
Octal 302 175 141 0 44 62 30 21 54 71
Binary 11000010 1111101 1100001 0 100100 110010 11000 10001 101100 111001

Color Harmonies of #C27D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D61

Black with #C27D61

Text Example


Text Example

White with #C27D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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