Html Css Color HEX #CC9290 Oriental Pink

📋 copy color: '#CC9290'

red 204 ◦ green 146 ◦ blue 144

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

Shades of Oriental Pink #CC9290

Tints of Oriental Pink #CC9290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

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

R = 41.3%
G = 29.55%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9290 (or 0xCC9290) is known color: Oriental Pink. HEX triplet: CC, 92 and 90. RGB value is (204,146,144). Sum of RGB (Red+Green+Blue) = 204+146+144=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9290 is #336D6F. Grayscale: #A3A3A3. Windows color (decimal): -3370352 or 9474764. OLE color: 9474764.

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

Color convert

RGB 204 146 144 -
CMYK 0 0.28 0.29 0.2
HSL 0.37% 0.68% -
HSV(B) 0.29% 0.8% -
XYZ 40.21 35.41 31.1 -
YUV 163.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 204 146 144 0 0.28 0.29 0.2 2 0.37 0.68
Hex CC 92 90 0 1C 1D 14 2 25 44
Octal 314 222 220 0 34 35 24 2 45 104
Binary 11001100 10010010 10010000 0 11100 11101 10100 10 100101 1000100

Color Harmonies of #CC9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9290

Black with #CC9290

Text Example


Text Example

White with #CC9290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9290; }

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

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

background-color css

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

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

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

border-color css

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

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

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