Html Css Color HEX #CC908C Oriental Pink

📋 copy color: '#CC908C'

red 204 ◦ green 144 ◦ blue 140

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

Shades of Oriental Pink #CC908C

Tints of Oriental Pink #CC908C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 41.8%
G = 29.51%
B = 28.69%

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

#CC908C (or 0xCC908C) is known color: Oriental Pink. HEX triplet: CC, 90 and 8C. RGB value is (204,144,140). Sum of RGB (Red+Green+Blue) = 204+144+140=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC908C is #336F73. Grayscale: #A1A1A1. Windows color (decimal): -3370868 or 9212108. OLE color: 9212108.

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

Color convert

RGB 204 144 140 -
CMYK 0 0.29 0.31 0.2
HSL 3.75º 0.39% 0.67% -
HSV(B) 3.75º 0.31% 0.8% -
XYZ 39.61 34.68 29.42 -
YUV 161.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 204 144 140 0 0.29 0.31 0.2 3.75 0.39 0.67
Hex CC 90 8C 0 1D 1F 14 4 27 43
Octal 314 220 214 0 35 37 24 4 47 103
Binary 11001100 10010000 10001100 0 11101 11111 10100 100 100111 1000011

Color Harmonies of #CC908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC908C

Black with #CC908C

Text Example


Text Example

White with #CC908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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