Html Css Color HEX #C88888 Oriental Pink

📋 copy color: '#C88888'

red 200 ◦ green 136 ◦ blue 136

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

Shades of Oriental Pink #C88888

Tints of Oriental Pink #C88888

RGB

 RED value IS 200 (78.52% from 255) = 42.37%

 GREEN value IS 136 (53.52% from 255) = 28.81%

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

R = 42.37%
G = 28.81%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88888 (or 0xC88888) is known color: Oriental Pink. HEX triplet: C8, 88 and 88. RGB value is (200,136,136). Sum of RGB (Red+Green+Blue) = 200+136+136=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C88888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88888 is #377777. Grayscale: #9B9B9B. Windows color (decimal): -3635064 or 8947912. OLE color: 8947912.

HSL color Cylindrical-coordinate representation of color #C88888: hue angle of 0º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88888 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 136 -
CMYK 0 0.32 0.32 0.22
HSL 0.37% 0.66% -
HSV(B) 0.32% 0.78% -
XYZ 37.07 31.67 27.45 -
YUV 155.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 200 136 136 0 0.32 0.32 0.22 0 0.37 0.66
Hex C8 88 88 0 20 20 16 0 25 42
Octal 310 210 210 0 40 40 26 0 45 102
Binary 11001000 10001000 10001000 0 100000 100000 10110 0 100101 1000010

Color Harmonies of #C88888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88888

Black with #C88888

Text Example


Text Example

White with #C88888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88888; }

 p { color: rgb(200,136,136); }

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

background-color css

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

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

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

border-color css

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

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

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