Html Css Color HEX #C0989F Careys Pink

📋 copy color: '#C0989F'

red 192 ◦ green 152 ◦ blue 159

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

Shades of Careys Pink #C0989F

Tints of Careys Pink #C0989F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.61%

R = 38.17%
G = 30.22%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0989F (or 0xC0989F) is known color: Careys Pink. HEX triplet: C0, 98 and 9F. RGB value is (192,152,159). Sum of RGB (Red+Green+Blue) = 192+152+159=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0989F is #3F6760. Grayscale: #A4A4A4. Windows color (decimal): -4155233 or 10459328. OLE color: 10459328.

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

Color convert

RGB 192 152 159 -
CMYK 0 0.21 0.17 0.25
HSL 349.5º 0.24% 0.67% -
HSV(B) 349.5º 0.21% 0.75% -
XYZ 39.22 36.17 37.71 -
YUV 164.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 192 152 159 0 0.21 0.17 0.25 349.5 0.24 0.67
Hex C0 98 9F 0 15 11 19 15E 18 43
Octal 300 230 237 0 25 21 31 536 30 103
Binary 11000000 10011000 10011111 0 10101 10001 11001 101011110 11000 1000011

Color Harmonies of #C0989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0989F

Black with #C0989F

Text Example


Text Example

White with #C0989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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