Html Css Color HEX #C88983 Oriental Pink

📋 copy color: '#C88983'

red 200 ◦ green 137 ◦ blue 131

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

Shades of Oriental Pink #C88983

Tints of Oriental Pink #C88983

RGB

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

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

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

R = 42.74%
G = 29.27%
B = 27.99%

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

#C88983 (or 0xC88983) is known color: Oriental Pink. HEX triplet: C8, 89 and 83. RGB value is (200,137,131). Sum of RGB (Red+Green+Blue) = 200+137+131=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C88983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88983 is #37767C. Grayscale: #9B9B9B. Windows color (decimal): -3634813 or 8620488. OLE color: 8620488.

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

Color convert

RGB 200 137 131 -
CMYK 0 0.32 0.34 0.22
HSL 5.22º 0.39% 0.65% -
HSV(B) 5.22º 0.35% 0.78% -
XYZ 36.86 31.81 25.67 -
YUV 155.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 200 137 131 0 0.32 0.34 0.22 5.22 0.39 0.65
Hex C8 89 83 0 20 22 16 5 27 41
Octal 310 211 203 0 40 42 26 5 47 101
Binary 11001000 10001001 10000011 0 100000 100010 10110 101 100111 1000001

Color Harmonies of #C88983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88983

Black with #C88983

Text Example


Text Example

White with #C88983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88983; }

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

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

background-color css

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

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

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

border-color css

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

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

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