Html Css Color HEX #C88982 Oriental Pink

📋 copy color: '#C88982'

red 200 ◦ green 137 ◦ blue 130

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

Shades of Oriental Pink #C88982

Tints of Oriental Pink #C88982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 42.83%
G = 29.34%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C88982 (or 0xC88982) is known color: Oriental Pink. HEX triplet: C8, 89 and 82. RGB value is (200,137,130). Sum of RGB (Red+Green+Blue) = 200+137+130=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88982 is #37767D. Grayscale: #9B9B9B. Windows color (decimal): -3634814 or 8554952. OLE color: 8554952.

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

Color convert

RGB 200 137 130 -
CMYK 0 0.32 0.35 0.22
HSL 0.39% 0.65% -
HSV(B) 0.35% 0.78% -
XYZ 36.79 31.78 25.31 -
YUV 155.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 200 137 130 0 0.32 0.35 0.22 6 0.39 0.65
Hex C8 89 82 0 20 23 16 6 27 41
Octal 310 211 202 0 40 43 26 6 47 101
Binary 11001000 10001001 10000010 0 100000 100011 10110 110 100111 1000001

Color Harmonies of #C88982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88982

Black with #C88982

Text Example


Text Example

White with #C88982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88982; }

 p { color: rgb(200,137,130); }

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

background-color css

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

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

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

border-color css

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

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

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