Html Css Color HEX #C69FAC Careys Pink

📋 copy color: '#C69FAC'

red 198 ◦ green 159 ◦ blue 172

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

Shades of Careys Pink #C69FAC

Tints of Careys Pink #C69FAC

RGB

 RED value IS 198 (77.73% from 255) = 37.43%

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

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 37.43%
G = 30.06%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C69FAC (or 0xC69FAC) is known color: Careys Pink. HEX triplet: C6, 9F and AC. RGB value is (198,159,172). Sum of RGB (Red+Green+Blue) = 198+159+172=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69FAC is #396053. Grayscale: #ACACAC. Windows color (decimal): -3760212 or 11313094. OLE color: 11313094.

HSL color Cylindrical-coordinate representation of color #C69FAC: hue angle of 340º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69FAC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 159 172 -
CMYK 0 0.20 0.13 0.22
HSL 340º 0.25% 0.7% -
HSV(B) 340º 0.2% 0.78% -
XYZ 43.13 39.78 44.43 -
YUV 172.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 198 159 172 0 0.20 0.13 0.22 340 0.25 0.7
Hex C6 9F AC 0 14 D 16 154 19 46
Octal 306 237 254 0 24 15 26 524 31 106
Binary 11000110 10011111 10101100 0 10100 1101 10110 101010100 11001 1000110

Color Harmonies of #C69FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FAC

Black with #C69FAC

Text Example


Text Example

White with #C69FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FAC; }

 p { color: rgb(198,159,172); }

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

background-color css

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

 a { background-color: rgb(198,159,172); }

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

border-color css

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

 span { border-color: rgb(198,159,172); }

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