Html Css Color HEX #CC8E8D Oriental Pink

📋 copy color: '#CC8E8D'

red 204 ◦ green 142 ◦ blue 141

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

Shades of Oriental Pink #CC8E8D

Tints of Oriental Pink #CC8E8D

RGB

 RED value IS 204 (80.08% from 255) = 41.89%

 GREEN value IS 142 (55.86% from 255) = 29.16%

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 41.89%
G = 29.16%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC8E8D (or 0xCC8E8D) is known color: Oriental Pink. HEX triplet: CC, 8E and 8D. RGB value is (204,142,141). Sum of RGB (Red+Green+Blue) = 204+142+141=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E8D is #337172. Grayscale: #A0A0A0. Windows color (decimal): -3371379 or 9277132. OLE color: 9277132.

HSL color Cylindrical-coordinate representation of color #CC8E8D: hue angle of 0.95º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8E8D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 142 141 -
CMYK 0 0.30 0.31 0.2
HSL 0.95º 0.38% 0.68% -
HSV(B) 0.95º 0.31% 0.8% -
XYZ 39.38 34.11 29.71 -
YUV 160.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 204 142 141 0 0.30 0.31 0.2 0.95 0.38 0.68
Hex CC 8E 8D 0 1E 1F 14 1 26 44
Octal 314 216 215 0 36 37 24 1 46 104
Binary 11001100 10001110 10001101 0 11110 11111 10100 1 100110 1000100

Color Harmonies of #CC8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8E8D

Black with #CC8E8D

Text Example


Text Example

White with #CC8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8E8D; }

 p { color: rgb(204,142,141); }

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

background-color css

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

 a { background-color: rgb(204,142,141); }

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

border-color css

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

 span { border-color: rgb(204,142,141); }

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