Html Css Color HEX #C09590 Oriental Pink

📋 copy color: '#C09590'

red 192 ◦ green 149 ◦ blue 144

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

Shades of Oriental Pink #C09590

Tints of Oriental Pink #C09590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 39.59%
G = 30.72%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C09590 (or 0xC09590) is known color: Oriental Pink. HEX triplet: C0, 95 and 90. RGB value is (192,149,144). Sum of RGB (Red+Green+Blue) = 192+149+144=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09590 is #3F6A6F. Grayscale: #A1A1A1. Windows color (decimal): -4156016 or 9475520. OLE color: 9475520.

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

Color convert

RGB 192 149 144 -
CMYK 0 0.22 0.25 0.25
HSL 6.25º 0.28% 0.66% -
HSV(B) 6.25º 0.25% 0.75% -
XYZ 37.52 34.71 31.11 -
YUV 161.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 192 149 144 0 0.22 0.25 0.25 6.25 0.28 0.66
Hex C0 95 90 0 16 19 19 6 1C 42
Octal 300 225 220 0 26 31 31 6 34 102
Binary 11000000 10010101 10010000 0 10110 11001 11001 110 11100 1000010

Color Harmonies of #C09590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09590

Black with #C09590

Text Example


Text Example

White with #C09590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09590; }

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

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

background-color css

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

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

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

border-color css

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

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

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