Html Css Color HEX #CC967F Feldspar

📋 copy color: '#CC967F'

red 204 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #CC967F

Tints of Feldspar #CC967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 42.41%
G = 31.19%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC967F (or 0xCC967F) is known color: Feldspar. HEX triplet: CC, 96 and 7F. RGB value is (204,150,127). Sum of RGB (Red+Green+Blue) = 204+150+127=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC967F is #336980. Grayscale: #A3A3A3. Windows color (decimal): -3369345 or 8361676. OLE color: 8361676.

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

Color convert

RGB 204 150 127 -
CMYK 0 0.26 0.38 0.2
HSL 17.92º 0.43% 0.65% -
HSV(B) 17.92º 0.38% 0.8% -
XYZ 39.64 36.18 24.97 -
YUV 163.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 204 150 127 0 0.26 0.38 0.2 17.92 0.43 0.65
Hex CC 96 7F 0 1A 26 14 12 2B 41
Octal 314 226 177 0 32 46 24 22 53 101
Binary 11001100 10010110 1111111 0 11010 100110 10100 10010 101011 1000001

Color Harmonies of #CC967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC967F

Black with #CC967F

Text Example


Text Example

White with #CC967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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