Html Css Color HEX #CC937F Feldspar

📋 copy color: '#CC937F'

red 204 ◦ green 147 ◦ blue 127

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

Shades of Feldspar #CC937F

Tints of Feldspar #CC937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

 BLUE value IS 127 (50% from 255) = 26.57%

R = 42.68%
G = 30.75%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC937F (or 0xCC937F) is known color: Feldspar. HEX triplet: CC, 93 and 7F. RGB value is (204,147,127). Sum of RGB (Red+Green+Blue) = 204+147+127=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC937F is #336C80. Grayscale: #A1A1A1. Windows color (decimal): -3370113 or 8360908. OLE color: 8360908.

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

Color convert

RGB 204 147 127 -
CMYK 0 0.28 0.38 0.2
HSL 15.58º 0.43% 0.65% -
HSV(B) 15.58º 0.38% 0.8% -
XYZ 39.17 35.24 24.82 -
YUV 161.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 204 147 127 0 0.28 0.38 0.2 15.58 0.43 0.65
Hex CC 93 7F 0 1C 26 14 10 2B 41
Octal 314 223 177 0 34 46 24 20 53 101
Binary 11001100 10010011 1111111 0 11100 100110 10100 10000 101011 1000001

Color Harmonies of #CC937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC937F

Black with #CC937F

Text Example


Text Example

White with #CC937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC937F; }

 p { color: rgb(204,147,127); }

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

background-color css

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

 a { background-color: rgb(204,147,127); }

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

border-color css

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

 span { border-color: rgb(204,147,127); }

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