Html Css Color HEX #CC8B73 Feldspar

📋 copy color: '#CC8B73'

red 204 ◦ green 139 ◦ blue 115

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

Shades of Feldspar #CC8B73

Tints of Feldspar #CC8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

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

R = 44.54%
G = 30.35%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8B73 (or 0xCC8B73) is known color: Feldspar. HEX triplet: CC, 8B and 73. RGB value is (204,139,115). Sum of RGB (Red+Green+Blue) = 204+139+115=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B73 is #33748C. Grayscale: #9B9B9B. Windows color (decimal): -3372173 or 7572428. OLE color: 7572428.

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

Color convert

RGB 204 139 115 -
CMYK 0 0.32 0.44 0.2
HSL 16.18º 0.47% 0.63% -
HSV(B) 16.18º 0.44% 0.8% -
XYZ 37.23 32.54 20.54 -
YUV 155.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 204 139 115 0 0.32 0.44 0.2 16.18 0.47 0.63
Hex CC 8B 73 0 20 2C 14 10 2F 3F
Octal 314 213 163 0 40 54 24 20 57 77
Binary 11001100 10001011 1110011 0 100000 101100 10100 10000 101111 111111

Color Harmonies of #CC8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B73

Black with #CC8B73

Text Example


Text Example

White with #CC8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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