Html Css Color HEX #C0908C Oriental Pink

📋 copy color: '#C0908C'

red 192 ◦ green 144 ◦ blue 140

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

Shades of Oriental Pink #C0908C

Tints of Oriental Pink #C0908C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 40.34%
G = 30.25%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0908C (or 0xC0908C) is known color: Oriental Pink. HEX triplet: C0, 90 and 8C. RGB value is (192,144,140). Sum of RGB (Red+Green+Blue) = 192+144+140=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0908C is #3F6F73. Grayscale: #9D9D9D. Windows color (decimal): -4157300 or 9212096. OLE color: 9212096.

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

Color convert

RGB 192 144 140 -
CMYK 0 0.25 0.27 0.25
HSL 4.62º 0.29% 0.65% -
HSV(B) 4.62º 0.27% 0.75% -
XYZ 36.45 33.05 29.27 -
YUV 157.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 192 144 140 0 0.25 0.27 0.25 4.62 0.29 0.65
Hex C0 90 8C 0 19 1B 19 5 1D 41
Octal 300 220 214 0 31 33 31 5 35 101
Binary 11000000 10010000 10001100 0 11001 11011 11001 101 11101 1000001

Color Harmonies of #C0908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0908C

Black with #C0908C

Text Example


Text Example

White with #C0908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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