Html Css Color HEX #C79394 Careys Pink

📋 copy color: '#C79394'

red 199 ◦ green 147 ◦ blue 148

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

Shades of Careys Pink #C79394

Tints of Careys Pink #C79394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 40.28%
G = 29.76%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C79394 (or 0xC79394) is known color: Careys Pink. HEX triplet: C7, 93 and 94. RGB value is (199,147,148). Sum of RGB (Red+Green+Blue) = 199+147+148=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C79394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79394 is #386C6B. Grayscale: #A2A2A2. Windows color (decimal): -3697772 or 9737159. OLE color: 9737159.

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

Color convert

RGB 199 147 148 -
CMYK 0 0.26 0.26 0.22
HSL 358.85º 0.32% 0.68% -
HSV(B) 358.85º 0.26% 0.78% -
XYZ 39.33 35.15 32.73 -
YUV 162.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 199 147 148 0 0.26 0.26 0.22 358.85 0.32 0.68
Hex C7 93 94 0 1A 1A 16 167 20 44
Octal 307 223 224 0 32 32 26 547 40 104
Binary 11000111 10010011 10010100 0 11010 11010 10110 101100111 100000 1000100

Color Harmonies of #C79394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79394

Black with #C79394

Text Example


Text Example

White with #C79394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79394; }

 p { color: rgb(199,147,148); }

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

background-color css

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

 a { background-color: rgb(199,147,148); }

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

border-color css

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

 span { border-color: rgb(199,147,148); }

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