Html Css Color HEX #C09091 Careys Pink

📋 copy color: '#C09091'

red 192 ◦ green 144 ◦ blue 145

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

Shades of Careys Pink #C09091

Tints of Careys Pink #C09091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 39.92%
G = 29.94%
B = 30.15%

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

#C09091 (or 0xC09091) is known color: Careys Pink. HEX triplet: C0, 90 and 91. RGB value is (192,144,145). Sum of RGB (Red+Green+Blue) = 192+144+145=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C09091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09091 is #3F6F6E. Grayscale: #9E9E9E. Windows color (decimal): -4157295 or 9539776. OLE color: 9539776.

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

Color convert

RGB 192 144 145 -
CMYK 0 0.25 0.24 0.25
HSL 358.75º 0.28% 0.66% -
HSV(B) 358.75º 0.25% 0.75% -
XYZ 36.82 33.2 31.26 -
YUV 158.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 192 144 145 0 0.25 0.24 0.25 358.75 0.28 0.66
Hex C0 90 91 0 19 18 19 167 1C 42
Octal 300 220 221 0 31 30 31 547 34 102
Binary 11000000 10010000 10010001 0 11001 11000 11001 101100111 11100 1000010

Color Harmonies of #C09091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09091

Black with #C09091

Text Example


Text Example

White with #C09091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09091; }

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

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

background-color css

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

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

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

border-color css

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

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

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