Html Css Color HEX #C09092 Careys Pink

📋 copy color: '#C09092'

red 192 ◦ green 144 ◦ blue 146

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

Shades of Careys Pink #C09092

Tints of Careys Pink #C09092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.88%

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

R = 39.83%
G = 29.88%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C09092 (or 0xC09092) is known color: Careys Pink. HEX triplet: C0, 90 and 92. RGB value is (192,144,146). Sum of RGB (Red+Green+Blue) = 192+144+146=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C09092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09092 is #3F6F6D. Grayscale: #9E9E9E. Windows color (decimal): -4157294 or 9605312. OLE color: 9605312.

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

Color convert

RGB 192 144 146 -
CMYK 0 0.25 0.24 0.25
HSL 357.5º 0.28% 0.66% -
HSV(B) 357.5º 0.25% 0.75% -
XYZ 36.9 33.23 31.66 -
YUV 158.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 192 144 146 0 0.25 0.24 0.25 357.5 0.28 0.66
Hex C0 90 92 0 19 18 19 166 1C 42
Octal 300 220 222 0 31 30 31 546 34 102
Binary 11000000 10010000 10010010 0 11001 11000 11001 101100110 11100 1000010

Color Harmonies of #C09092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09092

Black with #C09092

Text Example


Text Example

White with #C09092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09092; }

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

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

background-color css

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

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

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

border-color css

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

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

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