Html Css Color HEX #C88B8B Oriental Pink

📋 copy color: '#C88B8B'

red 200 ◦ green 139 ◦ blue 139

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

Shades of Oriental Pink #C88B8B

Tints of Oriental Pink #C88B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 41.84%
G = 29.08%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C88B8B (or 0xC88B8B) is known color: Oriental Pink. HEX triplet: C8, 8B and 8B. RGB value is (200,139,139). Sum of RGB (Red+Green+Blue) = 200+139+139=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B8B is #377474. Grayscale: #9D9D9D. Windows color (decimal): -3634293 or 9145288. OLE color: 9145288.

HSL color Cylindrical-coordinate representation of color #C88B8B: hue angle of 0º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88B8B is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 139 -
CMYK 0 0.30 0.30 0.22
HSL 0.36% 0.66% -
HSV(B) 0.31% 0.78% -
XYZ 37.71 32.61 28.73 -
YUV 157.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 200 139 139 0 0.30 0.30 0.22 0 0.36 0.66
Hex C8 8B 8B 0 1E 1E 16 0 24 42
Octal 310 213 213 0 36 36 26 0 44 102
Binary 11001000 10001011 10001011 0 11110 11110 10110 0 100100 1000010

Color Harmonies of #C88B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B8B

Black with #C88B8B

Text Example


Text Example

White with #C88B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B8B; }

 p { color: rgb(200,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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