Html Css Color HEX #C88A86 Oriental Pink

📋 copy color: '#C88A86'

red 200 ◦ green 138 ◦ blue 134

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

Shades of Oriental Pink #C88A86

Tints of Oriental Pink #C88A86

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

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

R = 42.37%
G = 29.24%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C88A86 (or 0xC88A86) is known color: Oriental Pink. HEX triplet: C8, 8A and 86. RGB value is (200,138,134). Sum of RGB (Red+Green+Blue) = 200+138+134=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A86 is #377579. Grayscale: #9C9C9C. Windows color (decimal): -3634554 or 8817352. OLE color: 8817352.

HSL color Cylindrical-coordinate representation of color #C88A86: hue angle of 3.64º 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 #C88A86 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 134 -
CMYK 0 0.31 0.33 0.22
HSL 3.64º 0.38% 0.65% -
HSV(B) 3.64º 0.33% 0.78% -
XYZ 37.21 32.18 26.8 -
YUV 156.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 200 138 134 0 0.31 0.33 0.22 3.64 0.38 0.65
Hex C8 8A 86 0 1F 21 16 4 26 41
Octal 310 212 206 0 37 41 26 4 46 101
Binary 11001000 10001010 10000110 0 11111 100001 10110 100 100110 1000001

Color Harmonies of #C88A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A86

Black with #C88A86

Text Example


Text Example

White with #C88A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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