Html Css Color HEX #C7969E Careys Pink

📋 copy color: '#C7969E'

red 199 ◦ green 150 ◦ blue 158

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

Shades of Careys Pink #C7969E

Tints of Careys Pink #C7969E

RGB

 RED value IS 199 (78.13% from 255) = 39.25%

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 39.25%
G = 29.59%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7969E (or 0xC7969E) is known color: Careys Pink. HEX triplet: C7, 96 and 9E. RGB value is (199,150,158). Sum of RGB (Red+Green+Blue) = 199+150+158=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7969E is #386961. Grayscale: #A5A5A5. Windows color (decimal): -3696994 or 10393287. OLE color: 10393287.

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

Color convert

RGB 199 150 158 -
CMYK 0 0.25 0.21 0.22
HSL 350.2º 0.3% 0.68% -
HSV(B) 350.2º 0.25% 0.78% -
XYZ 40.63 36.42 37.24 -
YUV 165.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 199 150 158 0 0.25 0.21 0.22 350.2 0.3 0.68
Hex C7 96 9E 0 19 15 16 15E 1E 44
Octal 307 226 236 0 31 25 26 536 36 104
Binary 11000111 10010110 10011110 0 11001 10101 10110 101011110 11110 1000100

Color Harmonies of #C7969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7969E

Black with #C7969E

Text Example


Text Example

White with #C7969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7969E; }

 p { color: rgb(199,150,158); }

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

background-color css

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

 a { background-color: rgb(199,150,158); }

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

border-color css

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

 span { border-color: rgb(199,150,158); }

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