Html Css Color HEX #C79094 Careys Pink

📋 copy color: '#C79094'

red 199 ◦ green 144 ◦ blue 148

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

Shades of Careys Pink #C79094

Tints of Careys Pink #C79094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.33%

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

R = 40.53%
G = 29.33%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C79094 (or 0xC79094) is known color: Careys Pink. HEX triplet: C7, 90 and 94. RGB value is (199,144,148). Sum of RGB (Red+Green+Blue) = 199+144+148=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C79094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79094 is #386F6B. Grayscale: #A0A0A0. Windows color (decimal): -3698540 or 9736391. OLE color: 9736391.

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

Color convert

RGB 199 144 148 -
CMYK 0 0.28 0.26 0.22
HSL 355.64º 0.33% 0.67% -
HSV(B) 355.64º 0.28% 0.78% -
XYZ 38.87 34.23 32.57 -
YUV 160.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 199 144 148 0 0.28 0.26 0.22 355.64 0.33 0.67
Hex C7 90 94 0 1C 1A 16 164 21 43
Octal 307 220 224 0 34 32 26 544 41 103
Binary 11000111 10010000 10010100 0 11100 11010 10110 101100100 100001 1000011

Color Harmonies of #C79094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79094

Black with #C79094

Text Example


Text Example

White with #C79094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79094; }

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

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

background-color css

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

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

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

border-color css

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

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

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