Html Css Color HEX #C69196 Careys Pink

📋 copy color: '#C69196'

red 198 ◦ green 145 ◦ blue 150

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

Shades of Careys Pink #C69196

Tints of Careys Pink #C69196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 40.16%
G = 29.41%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C69196 (or 0xC69196) is known color: Careys Pink. HEX triplet: C6, 91 and 96. RGB value is (198,145,150). Sum of RGB (Red+Green+Blue) = 198+145+150=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C69196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69196 is #396E69. Grayscale: #A1A1A1. Windows color (decimal): -3763818 or 9867718. OLE color: 9867718.

HSL color Cylindrical-coordinate representation of color #C69196: hue angle of 354.34º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69196 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 150 -
CMYK 0 0.27 0.24 0.22
HSL 354.34º 0.32% 0.67% -
HSV(B) 354.34º 0.27% 0.78% -
XYZ 38.92 34.46 33.45 -
YUV 161.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 198 145 150 0 0.27 0.24 0.22 354.34 0.32 0.67
Hex C6 91 96 0 1B 18 16 162 20 43
Octal 306 221 226 0 33 30 26 542 40 103
Binary 11000110 10010001 10010110 0 11011 11000 10110 101100010 100000 1000011

Color Harmonies of #C69196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69196

Black with #C69196

Text Example


Text Example

White with #C69196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69196; }

 p { color: rgb(198,145,150); }

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

background-color css

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

 a { background-color: rgb(198,145,150); }

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

border-color css

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

 span { border-color: rgb(198,145,150); }

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