Html Css Color HEX #CC948B Oriental Pink

📋 copy color: '#CC948B'

red 204 ◦ green 148 ◦ blue 139

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

Shades of Oriental Pink #CC948B

Tints of Oriental Pink #CC948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 41.55%
G = 30.14%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC948B (or 0xCC948B) is known color: Oriental Pink. HEX triplet: CC, 94 and 8B. RGB value is (204,148,139). Sum of RGB (Red+Green+Blue) = 204+148+139=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948B is #336B74. Grayscale: #A3A3A3. Windows color (decimal): -3369845 or 9147596. OLE color: 9147596.

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

Color convert

RGB 204 148 139 -
CMYK 0 0.27 0.32 0.2
HSL 8.31º 0.39% 0.67% -
HSV(B) 8.31º 0.32% 0.8% -
XYZ 40.15 35.88 29.24 -
YUV 163.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 204 148 139 0 0.27 0.32 0.2 8.31 0.39 0.67
Hex CC 94 8B 0 1B 20 14 8 27 43
Octal 314 224 213 0 33 40 24 10 47 103
Binary 11001100 10010100 10001011 0 11011 100000 10100 1000 100111 1000011

Color Harmonies of #CC948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC948B

Black with #CC948B

Text Example


Text Example

White with #CC948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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