Html Css Color HEX #C69D9E Careys Pink

📋 copy color: '#C69D9E'

red 198 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #C69D9E

Tints of Careys Pink #C69D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.6%

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 38.6%
G = 30.6%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C69D9E (or 0xC69D9E) is known color: Careys Pink. HEX triplet: C6, 9D and 9E. RGB value is (198,157,158). Sum of RGB (Red+Green+Blue) = 198+157+158=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D9E is #396261. Grayscale: #A9A9A9. Windows color (decimal): -3760738 or 10395078. OLE color: 10395078.

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

Color convert

RGB 198 157 158 -
CMYK 0 0.21 0.20 0.22
HSL 358.54º 0.26% 0.7% -
HSV(B) 358.54º 0.21% 0.78% -
XYZ 41.52 38.59 37.61 -
YUV 169.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 198 157 158 0 0.21 0.20 0.22 358.54 0.26 0.7
Hex C6 9D 9E 0 15 14 16 167 1A 46
Octal 306 235 236 0 25 24 26 547 32 106
Binary 11000110 10011101 10011110 0 10101 10100 10110 101100111 11010 1000110

Color Harmonies of #C69D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D9E

Black with #C69D9E

Text Example


Text Example

White with #C69D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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