Html Css Color HEX #C57F6B Burning Sand

📋 copy color: '#C57F6B'

red 197 ◦ green 127 ◦ blue 107

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

Shades of Burning Sand #C57F6B

Tints of Burning Sand #C57F6B

RGB

 RED value IS 197 (77.34% from 255) = 45.71%

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

 BLUE value IS 107 (42.19% from 255) = 24.83%

R = 45.71%
G = 29.47%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C57F6B (or 0xC57F6B) is known color: Burning Sand. HEX triplet: C5, 7F and 6B. RGB value is (197,127,107). Sum of RGB (Red+Green+Blue) = 197+127+107=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F6B is #3A8094. Grayscale: #919191. Windows color (decimal): -3834005 or 7045061. OLE color: 7045061.

HSL color Cylindrical-coordinate representation of color #C57F6B: hue angle of 13.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57F6B is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 107 -
CMYK 0 0.36 0.46 0.23
HSL 13.33º 0.44% 0.6% -
HSV(B) 13.33º 0.46% 0.77% -
XYZ 33.27 28.11 17.58 -
YUV 145.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 197 127 107 0 0.36 0.46 0.23 13.33 0.44 0.6
Hex C5 7F 6B 0 24 2E 17 D 2C 3C
Octal 305 177 153 0 44 56 27 15 54 74
Binary 11000101 1111111 1101011 0 100100 101110 10111 1101 101100 111100

Color Harmonies of #C57F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F6B

Black with #C57F6B

Text Example


Text Example

White with #C57F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F6B; }

 p { color: rgb(197,127,107); }

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

background-color css

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

 a { background-color: rgb(197,127,107); }

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

border-color css

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

 span { border-color: rgb(197,127,107); }

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