Html Css Color HEX #CC948D Oriental Pink

📋 copy color: '#CC948D'

red 204 ◦ green 148 ◦ blue 141

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

Shades of Oriental Pink #CC948D

Tints of Oriental Pink #CC948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 41.38%
G = 30.02%
B = 28.6%

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

#CC948D (or 0xCC948D) is known color: Oriental Pink. HEX triplet: CC, 94 and 8D. RGB value is (204,148,141). Sum of RGB (Red+Green+Blue) = 204+148+141=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948D is #336B72. Grayscale: #A4A4A4. Windows color (decimal): -3369843 or 9278668. OLE color: 9278668.

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

Color convert

RGB 204 148 141 -
CMYK 0 0.27 0.31 0.2
HSL 6.67º 0.38% 0.68% -
HSV(B) 6.67º 0.31% 0.8% -
XYZ 40.3 35.94 30.01 -
YUV 163.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 204 148 141 0 0.27 0.31 0.2 6.67 0.38 0.68
Hex CC 94 8D 0 1B 1F 14 7 26 44
Octal 314 224 215 0 33 37 24 7 46 104
Binary 11001100 10010100 10001101 0 11011 11111 10100 111 100110 1000100

Color Harmonies of #CC948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC948D

Black with #CC948D

Text Example


Text Example

White with #CC948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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