Html Css Color HEX #C09194 Careys Pink

📋 copy color: '#C09194'

red 192 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #C09194

Tints of Careys Pink #C09194

RGB

 RED value IS 192 (75.39% from 255) = 39.59%

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

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

R = 39.59%
G = 29.9%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09194 (or 0xC09194) is known color: Careys Pink. HEX triplet: C0, 91 and 94. RGB value is (192,145,148). Sum of RGB (Red+Green+Blue) = 192+145+148=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09194 is #3F6E6B. Grayscale: #9F9F9F. Windows color (decimal): -4157036 or 9736640. OLE color: 9736640.

HSL color Cylindrical-coordinate representation of color #C09194: hue angle of 356.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09194 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 148 -
CMYK 0 0.24 0.23 0.25
HSL 356.17º 0.27% 0.66% -
HSV(B) 356.17º 0.24% 0.75% -
XYZ 37.21 33.6 32.54 -
YUV 159.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 192 145 148 0 0.24 0.23 0.25 356.17 0.27 0.66
Hex C0 91 94 0 18 17 19 164 1B 42
Octal 300 221 224 0 30 27 31 544 33 102
Binary 11000000 10010001 10010100 0 11000 10111 11001 101100100 11011 1000010

Color Harmonies of #C09194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09194

Black with #C09194

Text Example


Text Example

White with #C09194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09194; }

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

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

background-color css

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

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

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

border-color css

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

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

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