Html Css Color HEX #C88583 Oriental Pink

📋 copy color: '#C88583'

red 200 ◦ green 133 ◦ blue 131

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

Shades of Oriental Pink #C88583

Tints of Oriental Pink #C88583

RGB

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

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

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

R = 43.1%
G = 28.66%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C88583 (or 0xC88583) is known color: Oriental Pink. HEX triplet: C8, 85 and 83. RGB value is (200,133,131). Sum of RGB (Red+Green+Blue) = 200+133+131=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88583 is #377A7C. Grayscale: #989898. Windows color (decimal): -3635837 or 8619464. OLE color: 8619464.

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

Color convert

RGB 200 133 131 -
CMYK 0 0.34 0.34 0.22
HSL 1.74º 0.39% 0.65% -
HSV(B) 1.74º 0.35% 0.78% -
XYZ 36.3 30.69 25.48 -
YUV 152.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 200 133 131 0 0.34 0.34 0.22 1.74 0.39 0.65
Hex C8 85 83 0 22 22 16 2 27 41
Octal 310 205 203 0 42 42 26 2 47 101
Binary 11001000 10000101 10000011 0 100010 100010 10110 10 100111 1000001

Color Harmonies of #C88583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88583

Black with #C88583

Text Example


Text Example

White with #C88583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88583; }

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

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

background-color css

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

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

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

border-color css

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

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

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