Html Css Color HEX #C09192 Careys Pink

📋 copy color: '#C09192'

red 192 ◦ green 145 ◦ blue 146

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

Shades of Careys Pink #C09192

Tints of Careys Pink #C09192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 39.75%
G = 30.02%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09192 (or 0xC09192) is known color: Careys Pink. HEX triplet: C0, 91 and 92. RGB value is (192,145,146). Sum of RGB (Red+Green+Blue) = 192+145+146=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C09192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09192 is #3F6E6D. Grayscale: #9F9F9F. Windows color (decimal): -4157038 or 9605568. OLE color: 9605568.

HSL color Cylindrical-coordinate representation of color #C09192: hue angle of 358.72º 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 #C09192 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 146 -
CMYK 0 0.24 0.24 0.25
HSL 358.72º 0.27% 0.66% -
HSV(B) 358.72º 0.24% 0.75% -
XYZ 37.05 33.53 31.71 -
YUV 159.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 192 145 146 0 0.24 0.24 0.25 358.72 0.27 0.66
Hex C0 91 92 0 18 18 19 167 1B 42
Octal 300 221 222 0 30 30 31 547 33 102
Binary 11000000 10010001 10010010 0 11000 11000 11001 101100111 11011 1000010

Color Harmonies of #C09192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09192

Black with #C09192

Text Example


Text Example

White with #C09192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09192; }

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

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

background-color css

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

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

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

border-color css

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

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

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