Html Css Color HEX #CC948C Oriental Pink

📋 copy color: '#CC948C'

red 204 ◦ green 148 ◦ blue 140

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

Shades of Oriental Pink #CC948C

Tints of Oriental Pink #CC948C

RGB

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

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

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

R = 41.46%
G = 30.08%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC948C (or 0xCC948C) is known color: Oriental Pink. HEX triplet: CC, 94 and 8C. RGB value is (204,148,140). Sum of RGB (Red+Green+Blue) = 204+148+140=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948C is #336B73. Grayscale: #A3A3A3. Windows color (decimal): -3369844 or 9213132. OLE color: 9213132.

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

Color convert

RGB 204 148 140 -
CMYK 0 0.27 0.31 0.2
HSL 7.5º 0.39% 0.67% -
HSV(B) 7.5º 0.31% 0.8% -
XYZ 40.23 35.91 29.62 -
YUV 163.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 204 148 140 0 0.27 0.31 0.2 7.5 0.39 0.67
Hex CC 94 8C 0 1B 1F 14 8 27 43
Octal 314 224 214 0 33 37 24 10 47 103
Binary 11001100 10010100 10001100 0 11011 11111 10100 1000 100111 1000011

Color Harmonies of #CC948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC948C

Black with #CC948C

Text Example


Text Example

White with #CC948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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