Html Css Color HEX #C7999E Careys Pink

📋 copy color: '#C7999E'

red 199 ◦ green 153 ◦ blue 158

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

Shades of Careys Pink #C7999E

Tints of Careys Pink #C7999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 39.02%
G = 30%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7999E (or 0xC7999E) is known color: Careys Pink. HEX triplet: C7, 99 and 9E. RGB value is (199,153,158). Sum of RGB (Red+Green+Blue) = 199+153+158=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7999E is #386661. Grayscale: #A7A7A7. Windows color (decimal): -3696226 or 10394055. OLE color: 10394055.

HSL color Cylindrical-coordinate representation of color #C7999E: hue angle of 353.48º 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 #C7999E is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 153 158 -
CMYK 0 0.23 0.21 0.22
HSL 353.48º 0.29% 0.69% -
HSV(B) 353.48º 0.23% 0.78% -
XYZ 41.12 37.39 37.4 -
YUV 167.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 199 153 158 0 0.23 0.21 0.22 353.48 0.29 0.69
Hex C7 99 9E 0 17 15 16 161 1D 45
Octal 307 231 236 0 27 25 26 541 35 105
Binary 11000111 10011001 10011110 0 10111 10101 10110 101100001 11101 1000101

Color Harmonies of #C7999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7999E

Black with #C7999E

Text Example


Text Example

White with #C7999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7999E; }

 p { color: rgb(199,153,158); }

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

background-color css

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

 a { background-color: rgb(199,153,158); }

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

border-color css

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

 span { border-color: rgb(199,153,158); }

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