Html Css Color HEX #CC8B8A Oriental Pink

📋 copy color: '#CC8B8A'

red 204 ◦ green 139 ◦ blue 138

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

Shades of Oriental Pink #CC8B8A

Tints of Oriental Pink #CC8B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 42.41%
G = 28.9%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC8B8A (or 0xCC8B8A) is known color: Oriental Pink. HEX triplet: CC, 8B and 8A. RGB value is (204,139,138). Sum of RGB (Red+Green+Blue) = 204+139+138=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8B8A is #337475. Grayscale: #9E9E9E. Windows color (decimal): -3372150 or 9079756. OLE color: 9079756.

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

Color convert

RGB 204 139 138 -
CMYK 0 0.32 0.32 0.2
HSL 0.91º 0.39% 0.67% -
HSV(B) 0.91º 0.32% 0.8% -
XYZ 38.72 33.14 28.4 -
YUV 158.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 204 139 138 0 0.32 0.32 0.2 0.91 0.39 0.67
Hex CC 8B 8A 0 20 20 14 1 27 43
Octal 314 213 212 0 40 40 24 1 47 103
Binary 11001100 10001011 10001010 0 100000 100000 10100 1 100111 1000011

Color Harmonies of #CC8B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B8A

Black with #CC8B8A

Text Example


Text Example

White with #CC8B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B8A; }

 p { color: rgb(204,139,138); }

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

background-color css

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

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

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

border-color css

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

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

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