Html Css Color HEX #CC927C Feldspar

📋 copy color: '#CC927C'

red 204 ◦ green 146 ◦ blue 124

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

Shades of Feldspar #CC927C

Tints of Feldspar #CC927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.8%

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 43.04%
G = 30.8%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC927C (or 0xCC927C) is known color: Feldspar. HEX triplet: CC, 92 and 7C. RGB value is (204,146,124). Sum of RGB (Red+Green+Blue) = 204+146+124=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC927C is #336D83. Grayscale: #A0A0A0. Windows color (decimal): -3370372 or 8164044. OLE color: 8164044.

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

Color convert

RGB 204 146 124 -
CMYK 0 0.28 0.39 0.2
HSL 16.5º 0.44% 0.64% -
HSV(B) 16.5º 0.39% 0.8% -
XYZ 38.82 34.85 23.75 -
YUV 160.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 204 146 124 0 0.28 0.39 0.2 16.5 0.44 0.64
Hex CC 92 7C 0 1C 27 14 10 2C 40
Octal 314 222 174 0 34 47 24 20 54 100
Binary 11001100 10010010 1111100 0 11100 100111 10100 10000 101100 1000000

Color Harmonies of #CC927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC927C

Black with #CC927C

Text Example


Text Example

White with #CC927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC927C; }

 p { color: rgb(204,146,124); }

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

background-color css

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

 a { background-color: rgb(204,146,124); }

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

border-color css

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

 span { border-color: rgb(204,146,124); }

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