Html Css Color HEX #C69EAA Careys Pink

📋 copy color: '#C69EAA'

red 198 ◦ green 158 ◦ blue 170

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

Shades of Careys Pink #C69EAA

Tints of Careys Pink #C69EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 170 (66.8% from 255) = 32.32%

R = 37.64%
G = 30.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C69EAA (or 0xC69EAA) is known color: Careys Pink. HEX triplet: C6, 9E and AA. RGB value is (198,158,170). Sum of RGB (Red+Green+Blue) = 198+158+170=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EAA is #396155. Grayscale: #ABABAB. Windows color (decimal): -3760470 or 11181766. OLE color: 11181766.

HSL color Cylindrical-coordinate representation of color #C69EAA: hue angle of 342º degrees, saturation: 0.26, 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 #C69EAA is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 158 170 -
CMYK 0 0.20 0.14 0.22
HSL 342º 0.26% 0.7% -
HSV(B) 342º 0.2% 0.78% -
XYZ 42.77 39.36 43.37 -
YUV 171.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 198 158 170 0 0.20 0.14 0.22 342 0.26 0.7
Hex C6 9E AA 0 14 E 16 156 1A 46
Octal 306 236 252 0 24 16 26 526 32 106
Binary 11000110 10011110 10101010 0 10100 1110 10110 101010110 11010 1000110

Color Harmonies of #C69EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EAA

Black with #C69EAA

Text Example


Text Example

White with #C69EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EAA; }

 p { color: rgb(198,158,170); }

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

background-color css

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

 a { background-color: rgb(198,158,170); }

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

border-color css

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

 span { border-color: rgb(198,158,170); }

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