Html Css Color HEX #C09187 Oriental Pink

📋 copy color: '#C09187'

red 192 ◦ green 145 ◦ blue 135

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

Shades of Oriental Pink #C09187

Tints of Oriental Pink #C09187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.6%

R = 40.68%
G = 30.72%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C09187 (or 0xC09187) is known color: Oriental Pink. HEX triplet: C0, 91 and 87. RGB value is (192,145,135). Sum of RGB (Red+Green+Blue) = 192+145+135=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C09187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09187 is #3F6E78. Grayscale: #9D9D9D. Windows color (decimal): -4157049 or 8884672. OLE color: 8884672.

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

Color convert

RGB 192 145 135 -
CMYK 0 0.24 0.30 0.25
HSL 10.53º 0.31% 0.64% -
HSV(B) 10.53º 0.3% 0.75% -
XYZ 36.24 33.21 27.42 -
YUV 157.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 192 145 135 0 0.24 0.30 0.25 10.53 0.31 0.64
Hex C0 91 87 0 18 1E 19 B 1F 40
Octal 300 221 207 0 30 36 31 13 37 100
Binary 11000000 10010001 10000111 0 11000 11110 11001 1011 11111 1000000

Color Harmonies of #C09187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09187

Black with #C09187

Text Example


Text Example

White with #C09187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09187; }

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

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

background-color css

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

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

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

border-color css

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

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

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