Html Css Color HEX #C09FA7 Careys Pink

📋 copy color: '#C09FA7'

red 192 ◦ green 159 ◦ blue 167

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

Shades of Careys Pink #C09FA7

Tints of Careys Pink #C09FA7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 37.07%
G = 30.69%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C09FA7 (or 0xC09FA7) is known color: Careys Pink. HEX triplet: C0, 9F and A7. RGB value is (192,159,167). Sum of RGB (Red+Green+Blue) = 192+159+167=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FA7 is #3F6058. Grayscale: #A9A9A9. Windows color (decimal): -4153433 or 10985408. OLE color: 10985408.

HSL color Cylindrical-coordinate representation of color #C09FA7: hue angle of 345.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C09FA7 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 167 -
CMYK 0 0.17 0.13 0.25
HSL 345.45º 0.21% 0.69% -
HSV(B) 345.45º 0.17% 0.75% -
XYZ 41.11 38.79 41.88 -
YUV 169.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 192 159 167 0 0.17 0.13 0.25 345.45 0.21 0.69
Hex C0 9F A7 0 11 D 19 159 15 45
Octal 300 237 247 0 21 15 31 531 25 105
Binary 11000000 10011111 10100111 0 10001 1101 11001 101011001 10101 1000101

Color Harmonies of #C09FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FA7

Black with #C09FA7

Text Example


Text Example

White with #C09FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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