Html Css Color HEX #C0989B Careys Pink

📋 copy color: '#C0989B'

red 192 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #C0989B

Tints of Careys Pink #C0989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 38.48%
G = 30.46%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0989B (or 0xC0989B) is known color: Careys Pink. HEX triplet: C0, 98 and 9B. RGB value is (192,152,155). Sum of RGB (Red+Green+Blue) = 192+152+155=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0989B is #3F6764. Grayscale: #A4A4A4. Windows color (decimal): -4155237 or 10197184. OLE color: 10197184.

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

Color convert

RGB 192 152 155 -
CMYK 0 0.21 0.19 0.25
HSL 355.5º 0.24% 0.67% -
HSV(B) 355.5º 0.21% 0.75% -
XYZ 38.88 36.03 35.92 -
YUV 164.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 192 152 155 0 0.21 0.19 0.25 355.5 0.24 0.67
Hex C0 98 9B 0 15 13 19 164 18 43
Octal 300 230 233 0 25 23 31 544 30 103
Binary 11000000 10011000 10011011 0 10101 10011 11001 101100100 11000 1000011

Color Harmonies of #C0989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0989B

Black with #C0989B

Text Example


Text Example

White with #C0989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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