Html Css Color HEX #CC8C6F Feldspar

📋 copy color: '#CC8C6F'

red 204 ◦ green 140 ◦ blue 111

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

Shades of Feldspar #CC8C6F

Tints of Feldspar #CC8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.77%

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

R = 44.84%
G = 30.77%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC8C6F (or 0xCC8C6F) is known color: Feldspar. HEX triplet: CC, 8C and 6F. RGB value is (204,140,111). Sum of RGB (Red+Green+Blue) = 204+140+111=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C6F is #337390. Grayscale: #9C9C9C. Windows color (decimal): -3371921 or 7310540. OLE color: 7310540.

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

Color convert

RGB 204 140 111 -
CMYK 0 0.31 0.46 0.2
HSL 18.71º 0.48% 0.62% -
HSV(B) 18.71º 0.46% 0.8% -
XYZ 37.15 32.74 19.4 -
YUV 155.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 204 140 111 0 0.31 0.46 0.2 18.71 0.48 0.62
Hex CC 8C 6F 0 1F 2E 14 13 30 3E
Octal 314 214 157 0 37 56 24 23 60 76
Binary 11001100 10001100 1101111 0 11111 101110 10100 10011 110000 111110

Color Harmonies of #CC8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C6F

Black with #CC8C6F

Text Example


Text Example

White with #CC8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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