Html Css Color HEX #C098A0 Careys Pink

📋 copy color: '#C098A0'

red 192 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #C098A0

Tints of Careys Pink #C098A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 38.1%
G = 30.16%
B = 31.75%

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

#C098A0 (or 0xC098A0) is known color: Careys Pink. HEX triplet: C0, 98 and A0. RGB value is (192,152,160). Sum of RGB (Red+Green+Blue) = 192+152+160=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C098A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098A0 is #3F675F. Grayscale: #A4A4A4. Windows color (decimal): -4155232 or 10524864. OLE color: 10524864.

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

Color convert

RGB 192 152 160 -
CMYK 0 0.21 0.17 0.25
HSL 348º 0.24% 0.67% -
HSV(B) 348º 0.21% 0.75% -
XYZ 39.31 36.2 38.17 -
YUV 164.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 192 152 160 0 0.21 0.17 0.25 348 0.24 0.67
Hex C0 98 A0 0 15 11 19 15C 18 43
Octal 300 230 240 0 25 21 31 534 30 103
Binary 11000000 10011000 10100000 0 10101 10001 11001 101011100 11000 1000011

Color Harmonies of #C098A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098A0

Black with #C098A0

Text Example


Text Example

White with #C098A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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