Html Css Color HEX #C47B7F Charm

📋 copy color: '#C47B7F'

red 196 ◦ green 123 ◦ blue 127

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

Shades of Charm #C47B7F

Tints of Charm #C47B7F

RGB

 RED value IS 196 (76.95% from 255) = 43.95%

 GREEN value IS 123 (48.44% from 255) = 27.58%

 BLUE value IS 127 (50% from 255) = 28.48%

R = 43.95%
G = 27.58%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C47B7F (or 0xC47B7F) is known color: Charm. HEX triplet: C4, 7B and 7F. RGB value is (196,123,127). Sum of RGB (Red+Green+Blue) = 196+123+127=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B7F is #3B8480. Grayscale: #919191. Windows color (decimal): -3900545 or 8354756. OLE color: 8354756.

HSL color Cylindrical-coordinate representation of color #C47B7F: hue angle of 356.71º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47B7F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 127 -
CMYK 0 0.37 0.35 0.23
HSL 356.71º 0.38% 0.63% -
HSV(B) 356.71º 0.37% 0.77% -
XYZ 33.68 27.43 23.6 -
YUV 145.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 196 123 127 0 0.37 0.35 0.23 356.71 0.38 0.63
Hex C4 7B 7F 0 25 23 17 165 26 3F
Octal 304 173 177 0 45 43 27 545 46 77
Binary 11000100 1111011 1111111 0 100101 100011 10111 101100101 100110 111111

Color Harmonies of #C47B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B7F

Black with #C47B7F

Text Example


Text Example

White with #C47B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B7F; }

 p { color: rgb(196,123,127); }

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

background-color css

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

 a { background-color: rgb(196,123,127); }

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

border-color css

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

 span { border-color: rgb(196,123,127); }

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