Html Css Color HEX #C77275 Charm

📋 copy color: '#C77275'

red 199 ◦ green 114 ◦ blue 117

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

Shades of Charm #C77275

Tints of Charm #C77275

RGB

 RED value IS 199 (78.13% from 255) = 46.28%

 GREEN value IS 114 (44.92% from 255) = 26.51%

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 46.28%
G = 26.51%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C77275 (or 0xC77275) is known color: Charm. HEX triplet: C7, 72 and 75. RGB value is (199,114,117). Sum of RGB (Red+Green+Blue) = 199+114+117=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C77275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77275 is #388D8A. Grayscale: #8B8B8B. Windows color (decimal): -3706251 or 7697095. OLE color: 7697095.

HSL color Cylindrical-coordinate representation of color #C77275: hue angle of 357.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77275 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 117 -
CMYK 0 0.43 0.41 0.22
HSL 357.88º 0.43% 0.61% -
HSV(B) 357.88º 0.43% 0.78% -
XYZ 32.78 25.46 20.02 -
YUV 139.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 199 114 117 0 0.43 0.41 0.22 357.88 0.43 0.61
Hex C7 72 75 0 2B 29 16 166 2B 3D
Octal 307 162 165 0 53 51 26 546 53 75
Binary 11000111 1110010 1110101 0 101011 101001 10110 101100110 101011 111101

Color Harmonies of #C77275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77275

Black with #C77275

Text Example


Text Example

White with #C77275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77275; }

 p { color: rgb(199,114,117); }

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

background-color css

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

 a { background-color: rgb(199,114,117); }

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

border-color css

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

 span { border-color: rgb(199,114,117); }

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