Html Css Color HEX #C09288 Oriental Pink

📋 copy color: '#C09288'

red 192 ◦ green 146 ◦ blue 136

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

Shades of Oriental Pink #C09288

Tints of Oriental Pink #C09288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.8%

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 40.51%
G = 30.8%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C09288 (or 0xC09288) is known color: Oriental Pink. HEX triplet: C0, 92 and 88. RGB value is (192,146,136). Sum of RGB (Red+Green+Blue) = 192+146+136=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C09288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09288 is #3F6D77. Grayscale: #9E9E9E. Windows color (decimal): -4156792 or 8950464. OLE color: 8950464.

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

Color convert

RGB 192 146 136 -
CMYK 0 0.24 0.29 0.25
HSL 10.71º 0.31% 0.64% -
HSV(B) 10.71º 0.29% 0.75% -
XYZ 36.46 33.54 27.85 -
YUV 158.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 192 146 136 0 0.24 0.29 0.25 10.71 0.31 0.64
Hex C0 92 88 0 18 1D 19 B 1F 40
Octal 300 222 210 0 30 35 31 13 37 100
Binary 11000000 10010010 10001000 0 11000 11101 11001 1011 11111 1000000

Color Harmonies of #C09288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09288

Black with #C09288

Text Example


Text Example

White with #C09288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09288; }

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

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

background-color css

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

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

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

border-color css

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

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

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