Html Css Color HEX #C88F86 Oriental Pink

📋 copy color: '#C88F86'

red 200 ◦ green 143 ◦ blue 134

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

Shades of Oriental Pink #C88F86

Tints of Oriental Pink #C88F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

 BLUE value IS 134 (52.73% from 255) = 28.09%

R = 41.93%
G = 29.98%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C88F86 (or 0xC88F86) is known color: Oriental Pink. HEX triplet: C8, 8F and 86. RGB value is (200,143,134). Sum of RGB (Red+Green+Blue) = 200+143+134=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F86 is #377079. Grayscale: #9F9F9F. Windows color (decimal): -3633274 or 8818632. OLE color: 8818632.

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

Color convert

RGB 200 143 134 -
CMYK 0 0.28 0.33 0.22
HSL 8.18º 0.38% 0.65% -
HSV(B) 8.18º 0.33% 0.78% -
XYZ 37.94 33.65 27.05 -
YUV 159.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 200 143 134 0 0.28 0.33 0.22 8.18 0.38 0.65
Hex C8 8F 86 0 1C 21 16 8 26 41
Octal 310 217 206 0 34 41 26 10 46 101
Binary 11001000 10001111 10000110 0 11100 100001 10110 1000 100110 1000001

Color Harmonies of #C88F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F86

Black with #C88F86

Text Example


Text Example

White with #C88F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F86; }

 p { color: rgb(200,143,134); }

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

background-color css

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

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

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

border-color css

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

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

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