Html Css Color HEX #CC918F Oriental Pink

📋 copy color: '#CC918F'

red 204 ◦ green 145 ◦ blue 143

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

Shades of Oriental Pink #CC918F

Tints of Oriental Pink #CC918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 41.46%
G = 29.47%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC918F (or 0xCC918F) is known color: Oriental Pink. HEX triplet: CC, 91 and 8F. RGB value is (204,145,143). Sum of RGB (Red+Green+Blue) = 204+145+143=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC918F is #336E70. Grayscale: #A2A2A2. Windows color (decimal): -3370609 or 9408972. OLE color: 9408972.

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

Color convert

RGB 204 145 143 -
CMYK 0 0.29 0.30 0.2
HSL 1.97º 0.37% 0.68% -
HSV(B) 1.97º 0.3% 0.8% -
XYZ 39.99 35.07 30.65 -
YUV 162.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 204 145 143 0 0.29 0.30 0.2 1.97 0.37 0.68
Hex CC 91 8F 0 1D 1E 14 2 25 44
Octal 314 221 217 0 35 36 24 2 45 104
Binary 11001100 10010001 10001111 0 11101 11110 10100 10 100101 1000100

Color Harmonies of #CC918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC918F

Black with #CC918F

Text Example


Text Example

White with #CC918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC918F; }

 p { color: rgb(204,145,143); }

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

background-color css

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

 a { background-color: rgb(204,145,143); }

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

border-color css

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

 span { border-color: rgb(204,145,143); }

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