Html Css Color HEX #C88883 Oriental Pink

📋 copy color: '#C88883'

red 200 ◦ green 136 ◦ blue 131

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

Shades of Oriental Pink #C88883

Tints of Oriental Pink #C88883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 42.83%
G = 29.12%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C88883 (or 0xC88883) is known color: Oriental Pink. HEX triplet: C8, 88 and 83. RGB value is (200,136,131). Sum of RGB (Red+Green+Blue) = 200+136+131=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88883 is #37777C. Grayscale: #9A9A9A. Windows color (decimal): -3635069 or 8620232. OLE color: 8620232.

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

Color convert

RGB 200 136 131 -
CMYK 0 0.32 0.34 0.22
HSL 4.35º 0.39% 0.65% -
HSV(B) 4.35º 0.35% 0.78% -
XYZ 36.72 31.53 25.62 -
YUV 154.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 200 136 131 0 0.32 0.34 0.22 4.35 0.39 0.65
Hex C8 88 83 0 20 22 16 4 27 41
Octal 310 210 203 0 40 42 26 4 47 101
Binary 11001000 10001000 10000011 0 100000 100010 10110 100 100111 1000001

Color Harmonies of #C88883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88883

Black with #C88883

Text Example


Text Example

White with #C88883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88883; }

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

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

background-color css

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

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

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

border-color css

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

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

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