Html Css Color HEX #C08E88 Oriental Pink

📋 copy color: '#C08E88'

red 192 ◦ green 142 ◦ blue 136

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

Shades of Oriental Pink #C08E88

Tints of Oriental Pink #C08E88

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

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

R = 40.85%
G = 30.21%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C08E88 (or 0xC08E88) is known color: Oriental Pink. HEX triplet: C0, 8E and 88. RGB value is (192,142,136). Sum of RGB (Red+Green+Blue) = 192+142+136=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08E88 is #3F7177. Grayscale: #9C9C9C. Windows color (decimal): -4157816 or 8949440. OLE color: 8949440.

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

Color convert

RGB 192 142 136 -
CMYK 0 0.26 0.29 0.25
HSL 6.43º 0.31% 0.64% -
HSV(B) 6.43º 0.29% 0.75% -
XYZ 35.86 32.33 27.64 -
YUV 156.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 192 142 136 0 0.26 0.29 0.25 6.43 0.31 0.64
Hex C0 8E 88 0 1A 1D 19 6 1F 40
Octal 300 216 210 0 32 35 31 6 37 100
Binary 11000000 10001110 10001000 0 11010 11101 11001 110 11111 1000000

Color Harmonies of #C08E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E88

Black with #C08E88

Text Example


Text Example

White with #C08E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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