Html Css Color HEX #CC908D Oriental Pink

📋 copy color: '#CC908D'

red 204 ◦ green 144 ◦ blue 141

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

Shades of Oriental Pink #CC908D

Tints of Oriental Pink #CC908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.45%

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

R = 41.72%
G = 29.45%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC908D (or 0xCC908D) is known color: Oriental Pink. HEX triplet: CC, 90 and 8D. RGB value is (204,144,141). Sum of RGB (Red+Green+Blue) = 204+144+141=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC908D is #336F72. Grayscale: #A1A1A1. Windows color (decimal): -3370867 or 9277644. OLE color: 9277644.

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

Color convert

RGB 204 144 141 -
CMYK 0 0.29 0.31 0.2
HSL 2.86º 0.38% 0.68% -
HSV(B) 2.86º 0.31% 0.8% -
XYZ 39.68 34.71 29.81 -
YUV 161.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 204 144 141 0 0.29 0.31 0.2 2.86 0.38 0.68
Hex CC 90 8D 0 1D 1F 14 3 26 44
Octal 314 220 215 0 35 37 24 3 46 104
Binary 11001100 10010000 10001101 0 11101 11111 10100 11 100110 1000100

Color Harmonies of #CC908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC908D

Black with #CC908D

Text Example


Text Example

White with #CC908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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