Html Css Color HEX #C79AA0 Careys Pink

📋 copy color: '#C79AA0'

red 199 ◦ green 154 ◦ blue 160

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

Shades of Careys Pink #C79AA0

Tints of Careys Pink #C79AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 160 (62.89% from 255) = 31.19%

R = 38.79%
G = 30.02%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C79AA0 (or 0xC79AA0) is known color: Careys Pink. HEX triplet: C7, 9A and A0. RGB value is (199,154,160). Sum of RGB (Red+Green+Blue) = 199+154+160=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C79AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79AA0 is #38655F. Grayscale: #A8A8A8. Windows color (decimal): -3695968 or 10525383. OLE color: 10525383.

HSL color Cylindrical-coordinate representation of color #C79AA0: hue angle of 352º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C79AA0 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 154 160 -
CMYK 0 0.23 0.20 0.22
HSL 352º 0.29% 0.69% -
HSV(B) 352º 0.23% 0.78% -
XYZ 41.45 37.79 38.37 -
YUV 168.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 199 154 160 0 0.23 0.20 0.22 352 0.29 0.69
Hex C7 9A A0 0 17 14 16 160 1D 45
Octal 307 232 240 0 27 24 26 540 35 105
Binary 11000111 10011010 10100000 0 10111 10100 10110 101100000 11101 1000101

Color Harmonies of #C79AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79AA0

Black with #C79AA0

Text Example


Text Example

White with #C79AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79AA0; }

 p { color: rgb(199,154,160); }

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

background-color css

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

 a { background-color: rgb(199,154,160); }

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

border-color css

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

 span { border-color: rgb(199,154,160); }

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