Html Css Color HEX #CC8D8D Oriental Pink

📋 copy color: '#CC8D8D'

red 204 ◦ green 141 ◦ blue 141

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

Shades of Oriental Pink #CC8D8D

Tints of Oriental Pink #CC8D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 41.98%
G = 29.01%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC8D8D (or 0xCC8D8D) is known color: Oriental Pink. HEX triplet: CC, 8D and 8D. RGB value is (204,141,141). Sum of RGB (Red+Green+Blue) = 204+141+141=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D8D is #337272. Grayscale: #9F9F9F. Windows color (decimal): -3371635 or 9276876. OLE color: 9276876.

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

Color convert

RGB 204 141 141 -
CMYK 0 0.31 0.31 0.2
HSL 0.38% 0.68% -
HSV(B) 0.31% 0.8% -
XYZ 39.23 33.81 29.66 -
YUV 159.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 204 141 141 0 0.31 0.31 0.2 0 0.38 0.68
Hex CC 8D 8D 0 1F 1F 14 0 26 44
Octal 314 215 215 0 37 37 24 0 46 104
Binary 11001100 10001101 10001101 0 11111 11111 10100 0 100110 1000100

Color Harmonies of #CC8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D8D

Black with #CC8D8D

Text Example


Text Example

White with #CC8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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