Html Css Color HEX #C0999E Careys Pink

📋 copy color: '#C0999E'

red 192 ◦ green 153 ◦ blue 158

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

Shades of Careys Pink #C0999E

Tints of Careys Pink #C0999E

RGB

 RED value IS 192 (75.39% from 255) = 38.17%

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

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

R = 38.17%
G = 30.42%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0999E (or 0xC0999E) is known color: Careys Pink. HEX triplet: C0, 99 and 9E. RGB value is (192,153,158). Sum of RGB (Red+Green+Blue) = 192+153+158=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0999E is #3F6661. Grayscale: #A5A5A5. Windows color (decimal): -4154978 or 10394048. OLE color: 10394048.

HSL color Cylindrical-coordinate representation of color #C0999E: hue angle of 352.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0999E is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 158 -
CMYK 0 0.20 0.18 0.25
HSL 352.31º 0.24% 0.68% -
HSV(B) 352.31º 0.2% 0.75% -
XYZ 39.3 36.46 37.31 -
YUV 165.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 192 153 158 0 0.20 0.18 0.25 352.31 0.24 0.68
Hex C0 99 9E 0 14 12 19 160 18 44
Octal 300 231 236 0 24 22 31 540 30 104
Binary 11000000 10011001 10011110 0 10100 10010 11001 101100000 11000 1000100

Color Harmonies of #C0999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0999E

Black with #C0999E

Text Example


Text Example

White with #C0999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0999E; }

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

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

background-color css

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

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

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

border-color css

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

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

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