Html Css Color HEX #C69AA0 Careys Pink

📋 copy color: '#C69AA0'

red 198 ◦ green 154 ◦ blue 160

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

Shades of Careys Pink #C69AA0

Tints of Careys Pink #C69AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

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

R = 38.67%
G = 30.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C69AA0 (or 0xC69AA0) is known color: Careys Pink. HEX triplet: C6, 9A and A0. RGB value is (198,154,160). Sum of RGB (Red+Green+Blue) = 198+154+160=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AA0 is #39655F. Grayscale: #A7A7A7. Windows color (decimal): -3761504 or 10525382. OLE color: 10525382.

HSL color Cylindrical-coordinate representation of color #C69AA0: hue angle of 351.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AA0 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 154 160 -
CMYK 0 0.22 0.19 0.22
HSL 351.82º 0.28% 0.69% -
HSV(B) 351.82º 0.22% 0.78% -
XYZ 41.19 37.66 38.35 -
YUV 167.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 198 154 160 0 0.22 0.19 0.22 351.82 0.28 0.69
Hex C6 9A A0 0 16 13 16 160 1C 45
Octal 306 232 240 0 26 23 26 540 34 105
Binary 11000110 10011010 10100000 0 10110 10011 10110 101100000 11100 1000101

Color Harmonies of #C69AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AA0

Black with #C69AA0

Text Example


Text Example

White with #C69AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AA0; }

 p { color: rgb(198,154,160); }

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

background-color css

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

 a { background-color: rgb(198,154,160); }

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

border-color css

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

 span { border-color: rgb(198,154,160); }

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