Html Css Color HEX #C88582 Oriental Pink

📋 copy color: '#C88582'

red 200 ◦ green 133 ◦ blue 130

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

Shades of Oriental Pink #C88582

Tints of Oriental Pink #C88582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

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

R = 43.2%
G = 28.73%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C88582 (or 0xC88582) is known color: Oriental Pink. HEX triplet: C8, 85 and 82. RGB value is (200,133,130). Sum of RGB (Red+Green+Blue) = 200+133+130=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C88582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88582 is #377A7D. Grayscale: #989898. Windows color (decimal): -3635838 or 8553928. OLE color: 8553928.

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

Color convert

RGB 200 133 130 -
CMYK 0 0.34 0.35 0.22
HSL 2.57º 0.39% 0.65% -
HSV(B) 2.57º 0.35% 0.78% -
XYZ 36.24 30.67 25.13 -
YUV 152.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 200 133 130 0 0.34 0.35 0.22 2.57 0.39 0.65
Hex C8 85 82 0 22 23 16 3 27 41
Octal 310 205 202 0 42 43 26 3 47 101
Binary 11001000 10000101 10000010 0 100010 100011 10110 11 100111 1000001

Color Harmonies of #C88582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88582

Black with #C88582

Text Example


Text Example

White with #C88582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88582; }

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

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

background-color css

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

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

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

border-color css

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

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

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