Html Css Color HEX #CC917C Feldspar

📋 copy color: '#CC917C'

red 204 ◦ green 145 ◦ blue 124

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

Shades of Feldspar #CC917C

Tints of Feldspar #CC917C

RGB

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

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

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

R = 43.13%
G = 30.66%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC917C (or 0xCC917C) is known color: Feldspar. HEX triplet: CC, 91 and 7C. RGB value is (204,145,124). Sum of RGB (Red+Green+Blue) = 204+145+124=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC917C is #336E83. Grayscale: #A0A0A0. Windows color (decimal): -3370628 or 8163788. OLE color: 8163788.

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

Color convert

RGB 204 145 124 -
CMYK 0 0.29 0.39 0.2
HSL 15.75º 0.44% 0.64% -
HSV(B) 15.75º 0.39% 0.8% -
XYZ 38.67 34.54 23.7 -
YUV 160.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 204 145 124 0 0.29 0.39 0.2 15.75 0.44 0.64
Hex CC 91 7C 0 1D 27 14 10 2C 40
Octal 314 221 174 0 35 47 24 20 54 100
Binary 11001100 10010001 1111100 0 11101 100111 10100 10000 101100 1000000

Color Harmonies of #CC917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC917C

Black with #CC917C

Text Example


Text Example

White with #CC917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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