Html Css Color HEX #CC948E Oriental Pink

📋 copy color: '#CC948E'

red 204 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #CC948E

Tints of Oriental Pink #CC948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 41.3%
G = 29.96%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC948E (or 0xCC948E) is known color: Oriental Pink. HEX triplet: CC, 94 and 8E. RGB value is (204,148,142). Sum of RGB (Red+Green+Blue) = 204+148+142=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948E is #336B71. Grayscale: #A4A4A4. Windows color (decimal): -3369842 or 9344204. OLE color: 9344204.

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

Color convert

RGB 204 148 142 -
CMYK 0 0.27 0.30 0.2
HSL 5.81º 0.38% 0.68% -
HSV(B) 5.81º 0.3% 0.8% -
XYZ 40.37 35.97 30.41 -
YUV 164.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 204 148 142 0 0.27 0.30 0.2 5.81 0.38 0.68
Hex CC 94 8E 0 1B 1E 14 6 26 44
Octal 314 224 216 0 33 36 24 6 46 104
Binary 11001100 10010100 10001110 0 11011 11110 10100 110 100110 1000100

Color Harmonies of #CC948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC948E

Black with #CC948E

Text Example


Text Example

White with #CC948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC948E; }

 p { color: rgb(204,148,142); }

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

background-color css

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

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

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

border-color css

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

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

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