Html Css Color HEX #C69BA1 Careys Pink

📋 copy color: '#C69BA1'

red 198 ◦ green 155 ◦ blue 161

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

Shades of Careys Pink #C69BA1

Tints of Careys Pink #C69BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

 BLUE value IS 161 (63.28% from 255) = 31.32%

R = 38.52%
G = 30.16%
B = 31.32%

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

#C69BA1 (or 0xC69BA1) is known color: Careys Pink. HEX triplet: C6, 9B and A1. RGB value is (198,155,161). Sum of RGB (Red+Green+Blue) = 198+155+161=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BA1 is #39645E. Grayscale: #A8A8A8. Windows color (decimal): -3761247 or 10591174. OLE color: 10591174.

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

Color convert

RGB 198 155 161 -
CMYK 0 0.22 0.19 0.22
HSL 351.63º 0.27% 0.69% -
HSV(B) 351.63º 0.22% 0.78% -
XYZ 41.44 38.02 38.87 -
YUV 168.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 198 155 161 0 0.22 0.19 0.22 351.63 0.27 0.69
Hex C6 9B A1 0 16 13 16 160 1B 45
Octal 306 233 241 0 26 23 26 540 33 105
Binary 11000110 10011011 10100001 0 10110 10011 10110 101100000 11011 1000101

Color Harmonies of #C69BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BA1

Black with #C69BA1

Text Example


Text Example

White with #C69BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BA1; }

 p { color: rgb(198,155,161); }

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

background-color css

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

 a { background-color: rgb(198,155,161); }

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

border-color css

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

 span { border-color: rgb(198,155,161); }

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