Html Css Color HEX #CC886F Feldspar

📋 copy color: '#CC886F'

red 204 ◦ green 136 ◦ blue 111

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

Shades of Feldspar #CC886F

Tints of Feldspar #CC886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.16%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 45.23%
G = 30.16%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC886F (or 0xCC886F) is known color: Feldspar. HEX triplet: CC, 88 and 6F. RGB value is (204,136,111). Sum of RGB (Red+Green+Blue) = 204+136+111=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC886F is #337790. Grayscale: #999999. Windows color (decimal): -3372945 or 7309516. OLE color: 7309516.

HSL color Cylindrical-coordinate representation of color #CC886F: hue angle of 16.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC886F is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 111 -
CMYK 0 0.33 0.46 0.2
HSL 16.13º 0.48% 0.62% -
HSV(B) 16.13º 0.46% 0.8% -
XYZ 36.58 31.59 19.21 -
YUV 153.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 204 136 111 0 0.33 0.46 0.2 16.13 0.48 0.62
Hex CC 88 6F 0 21 2E 14 10 30 3E
Octal 314 210 157 0 41 56 24 20 60 76
Binary 11001100 10001000 1101111 0 100001 101110 10100 10000 110000 111110

Color Harmonies of #CC886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC886F

Black with #CC886F

Text Example


Text Example

White with #CC886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC886F; }

 p { color: rgb(204,136,111); }

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

background-color css

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

 a { background-color: rgb(204,136,111); }

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

border-color css

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

 span { border-color: rgb(204,136,111); }

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