Html Css Color HEX #CC8F88 Oriental Pink

📋 copy color: '#CC8F88'

red 204 ◦ green 143 ◦ blue 136

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

Shades of Oriental Pink #CC8F88

Tints of Oriental Pink #CC8F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.61%

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 42.24%
G = 29.61%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC8F88 (or 0xCC8F88) is known color: Oriental Pink. HEX triplet: CC, 8F and 88. RGB value is (204,143,136). Sum of RGB (Red+Green+Blue) = 204+143+136=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8F88 is #337077. Grayscale: #A0A0A0. Windows color (decimal): -3371128 or 8949708. OLE color: 8949708.

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

Color convert

RGB 204 143 136 -
CMYK 0 0.30 0.33 0.2
HSL 6.18º 0.4% 0.67% -
HSV(B) 6.18º 0.33% 0.8% -
XYZ 39.17 34.26 27.84 -
YUV 160.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 204 143 136 0 0.30 0.33 0.2 6.18 0.4 0.67
Hex CC 8F 88 0 1E 21 14 6 28 43
Octal 314 217 210 0 36 41 24 6 50 103
Binary 11001100 10001111 10001000 0 11110 100001 10100 110 101000 1000011

Color Harmonies of #CC8F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F88

Black with #CC8F88

Text Example


Text Example

White with #CC8F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F88; }

 p { color: rgb(204,143,136); }

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

background-color css

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

 a { background-color: rgb(204,143,136); }

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

border-color css

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

 span { border-color: rgb(204,143,136); }

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