Html Css Color HEX #C0989A Careys Pink

📋 copy color: '#C0989A'

red 192 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #C0989A

Tints of Careys Pink #C0989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 38.55%
G = 30.52%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0989A (or 0xC0989A) is known color: Careys Pink. HEX triplet: C0, 98 and 9A. RGB value is (192,152,154). Sum of RGB (Red+Green+Blue) = 192+152+154=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0989A is #3F6765. Grayscale: #A4A4A4. Windows color (decimal): -4155238 or 10131648. OLE color: 10131648.

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

Color convert

RGB 192 152 154 -
CMYK 0 0.21 0.20 0.25
HSL 357º 0.24% 0.67% -
HSV(B) 357º 0.21% 0.75% -
XYZ 38.8 36 35.47 -
YUV 164.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 192 152 154 0 0.21 0.20 0.25 357 0.24 0.67
Hex C0 98 9A 0 15 14 19 165 18 43
Octal 300 230 232 0 25 24 31 545 30 103
Binary 11000000 10011000 10011010 0 10101 10100 11001 101100101 11000 1000011

Color Harmonies of #C0989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0989A

Black with #C0989A

Text Example


Text Example

White with #C0989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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