Html Css Color HEX #C0989E Careys Pink

📋 copy color: '#C0989E'

red 192 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #C0989E

Tints of Careys Pink #C0989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.28%

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

R = 38.25%
G = 30.28%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0989E (or 0xC0989E) is known color: Careys Pink. HEX triplet: C0, 98 and 9E. RGB value is (192,152,158). Sum of RGB (Red+Green+Blue) = 192+152+158=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0989E is #3F6761. Grayscale: #A4A4A4. Windows color (decimal): -4155234 or 10393792. OLE color: 10393792.

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

Color convert

RGB 192 152 158 -
CMYK 0 0.21 0.18 0.25
HSL 351º 0.24% 0.67% -
HSV(B) 351º 0.21% 0.75% -
XYZ 39.14 36.13 37.26 -
YUV 164.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 192 152 158 0 0.21 0.18 0.25 351 0.24 0.67
Hex C0 98 9E 0 15 12 19 15F 18 43
Octal 300 230 236 0 25 22 31 537 30 103
Binary 11000000 10011000 10011110 0 10101 10010 11001 101011111 11000 1000011

Color Harmonies of #C0989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0989E

Black with #C0989E

Text Example


Text Example

White with #C0989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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