Html Css Color HEX #CC918B Oriental Pink

📋 copy color: '#CC918B'

red 204 ◦ green 145 ◦ blue 139

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

Shades of Oriental Pink #CC918B

Tints of Oriental Pink #CC918B

RGB

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

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

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

R = 41.8%
G = 29.71%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC918B (or 0xCC918B) is known color: Oriental Pink. HEX triplet: CC, 91 and 8B. RGB value is (204,145,139). Sum of RGB (Red+Green+Blue) = 204+145+139=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC918B is #336E74. Grayscale: #A2A2A2. Windows color (decimal): -3370613 or 9146828. OLE color: 9146828.

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

Color convert

RGB 204 145 139 -
CMYK 0 0.29 0.32 0.2
HSL 5.54º 0.39% 0.67% -
HSV(B) 5.54º 0.32% 0.8% -
XYZ 39.69 34.95 29.08 -
YUV 161.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 204 145 139 0 0.29 0.32 0.2 5.54 0.39 0.67
Hex CC 91 8B 0 1D 20 14 6 27 43
Octal 314 221 213 0 35 40 24 6 47 103
Binary 11001100 10010001 10001011 0 11101 100000 10100 110 100111 1000011

Color Harmonies of #CC918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC918B

Black with #CC918B

Text Example


Text Example

White with #CC918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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