Html Css Color HEX #CC9190 Oriental Pink

📋 copy color: '#CC9190'

red 204 ◦ green 145 ◦ blue 144

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

Shades of Oriental Pink #CC9190

Tints of Oriental Pink #CC9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 41.38%
G = 29.41%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9190 (or 0xCC9190) is known color: Oriental Pink. HEX triplet: CC, 91 and 90. RGB value is (204,145,144). Sum of RGB (Red+Green+Blue) = 204+145+144=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9190 is #336E6F. Grayscale: #A2A2A2. Windows color (decimal): -3370608 or 9474508. OLE color: 9474508.

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

Color convert

RGB 204 145 144 -
CMYK 0 0.29 0.29 0.2
HSL 0.37% 0.68% -
HSV(B) 0.29% 0.8% -
XYZ 40.06 35.1 31.05 -
YUV 162.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 204 145 144 0 0.29 0.29 0.2 1 0.37 0.68
Hex CC 91 90 0 1D 1D 14 1 25 44
Octal 314 221 220 0 35 35 24 1 45 104
Binary 11001100 10010001 10010000 0 11101 11101 10100 1 100101 1000100

Color Harmonies of #CC9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9190

Black with #CC9190

Text Example


Text Example

White with #CC9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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