Html Css Color HEX #C89194 Careys Pink

📋 copy color: '#C89194'

red 200 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #C89194

Tints of Careys Pink #C89194

RGB

 RED value IS 200 (78.52% from 255) = 40.57%

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

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 40.57%
G = 29.41%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C89194 (or 0xC89194) is known color: Careys Pink. HEX triplet: C8, 91 and 94. RGB value is (200,145,148). Sum of RGB (Red+Green+Blue) = 200+145+148=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C89194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89194 is #376E6B. Grayscale: #A1A1A1. Windows color (decimal): -3632748 or 9736648. OLE color: 9736648.

HSL color Cylindrical-coordinate representation of color #C89194: hue angle of 356.73º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89194 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 148 -
CMYK 0 0.28 0.26 0.22
HSL 356.73º 0.33% 0.68% -
HSV(B) 356.73º 0.28% 0.78% -
XYZ 39.29 34.67 32.64 -
YUV 161.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 200 145 148 0 0.28 0.26 0.22 356.73 0.33 0.68
Hex C8 91 94 0 1C 1A 16 165 21 44
Octal 310 221 224 0 34 32 26 545 41 104
Binary 11001000 10010001 10010100 0 11100 11010 10110 101100101 100001 1000100

Color Harmonies of #C89194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89194

Black with #C89194

Text Example


Text Example

White with #C89194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89194; }

 p { color: rgb(200,145,148); }

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

background-color css

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

 a { background-color: rgb(200,145,148); }

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

border-color css

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

 span { border-color: rgb(200,145,148); }

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