Html Css Color HEX #C0989D Careys Pink

📋 copy color: '#C0989D'

red 192 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #C0989D

Tints of Careys Pink #C0989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 38.32%
G = 30.34%
B = 31.34%

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

#C0989D (or 0xC0989D) is known color: Careys Pink. HEX triplet: C0, 98 and 9D. RGB value is (192,152,157). Sum of RGB (Red+Green+Blue) = 192+152+157=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0989D is #3F6762. Grayscale: #A4A4A4. Windows color (decimal): -4155235 or 10328256. OLE color: 10328256.

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

Color convert

RGB 192 152 157 -
CMYK 0 0.21 0.18 0.25
HSL 352.5º 0.24% 0.67% -
HSV(B) 352.5º 0.21% 0.75% -
XYZ 39.05 36.1 36.81 -
YUV 164.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 192 152 157 0 0.21 0.18 0.25 352.5 0.24 0.67
Hex C0 98 9D 0 15 12 19 160 18 43
Octal 300 230 235 0 25 22 31 540 30 103
Binary 11000000 10011000 10011101 0 10101 10010 11001 101100000 11000 1000011

Color Harmonies of #C0989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0989D

Black with #C0989D

Text Example


Text Example

White with #C0989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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