Html Css Color HEX #CC8C8B Oriental Pink

📋 copy color: '#CC8C8B'

red 204 ◦ green 140 ◦ blue 139

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

Shades of Oriental Pink #CC8C8B

Tints of Oriental Pink #CC8C8B

RGB

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

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

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

R = 42.24%
G = 28.99%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC8C8B (or 0xCC8C8B) is known color: Oriental Pink. HEX triplet: CC, 8C and 8B. RGB value is (204,140,139). Sum of RGB (Red+Green+Blue) = 204+140+139=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C8B is #337374. Grayscale: #9F9F9F. Windows color (decimal): -3371893 or 9145548. OLE color: 9145548.

HSL color Cylindrical-coordinate representation of color #CC8C8B: hue angle of 0.92º 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 #CC8C8B is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 139 -
CMYK 0 0.31 0.32 0.2
HSL 0.92º 0.39% 0.67% -
HSV(B) 0.92º 0.32% 0.8% -
XYZ 38.94 33.46 28.83 -
YUV 159.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 204 140 139 0 0.31 0.32 0.2 0.92 0.39 0.67
Hex CC 8C 8B 0 1F 20 14 1 27 43
Octal 314 214 213 0 37 40 24 1 47 103
Binary 11001100 10001100 10001011 0 11111 100000 10100 1 100111 1000011

Color Harmonies of #CC8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C8B

Black with #CC8C8B

Text Example


Text Example

White with #CC8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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