Html Css Color HEX #C88C8C Oriental Pink

📋 copy color: '#C88C8C'

red 200 ◦ green 140 ◦ blue 140

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

Shades of Oriental Pink #C88C8C

Tints of Oriental Pink #C88C8C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.17%

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 41.67%
G = 29.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C88C8C (or 0xC88C8C) is known color: Oriental Pink. HEX triplet: C8, 8C and 8C. RGB value is (200,140,140). Sum of RGB (Red+Green+Blue) = 200+140+140=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C8C is #377373. Grayscale: #9E9E9E. Windows color (decimal): -3634036 or 9211080. OLE color: 9211080.

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

Color convert

RGB 200 140 140 -
CMYK 0 0.3 0.3 0.22
HSL 0.35% 0.67% -
HSV(B) 0.3% 0.78% -
XYZ 37.93 32.93 29.17 -
YUV 157.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 200 140 140 0 0.3 0.3 0.22 0 0.35 0.67
Hex C8 8C 8C 0 1E 1E 16 0 23 43
Octal 310 214 214 0 36 36 26 0 43 103
Binary 11001000 10001100 10001100 0 11110 11110 10110 0 100011 1000011

Color Harmonies of #C88C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C8C

Black with #C88C8C

Text Example


Text Example

White with #C88C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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