Html Css Color HEX #CC8C73 Feldspar

📋 copy color: '#CC8C73'

red 204 ◦ green 140 ◦ blue 115

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

Shades of Feldspar #CC8C73

Tints of Feldspar #CC8C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 44.44%
G = 30.5%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8C73 (or 0xCC8C73) is known color: Feldspar. HEX triplet: CC, 8C and 73. RGB value is (204,140,115). Sum of RGB (Red+Green+Blue) = 204+140+115=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C73 is #33738C. Grayscale: #9C9C9C. Windows color (decimal): -3371917 or 7572684. OLE color: 7572684.

HSL color Cylindrical-coordinate representation of color #CC8C73: hue angle of 16.85º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8C73 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 115 -
CMYK 0 0.31 0.44 0.2
HSL 16.85º 0.47% 0.63% -
HSV(B) 16.85º 0.44% 0.8% -
XYZ 37.37 32.83 20.59 -
YUV 156.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 204 140 115 0 0.31 0.44 0.2 16.85 0.47 0.63
Hex CC 8C 73 0 1F 2C 14 11 2F 3F
Octal 314 214 163 0 37 54 24 21 57 77
Binary 11001100 10001100 1110011 0 11111 101100 10100 10001 101111 111111

Color Harmonies of #CC8C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C73

Black with #CC8C73

Text Example


Text Example

White with #CC8C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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