Html Css Color HEX #CC8975 Feldspar

📋 copy color: '#CC8975'

red 204 ◦ green 137 ◦ blue 117

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

Shades of Feldspar #CC8975

Tints of Feldspar #CC8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 44.54%
G = 29.91%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC8975 (or 0xCC8975) is known color: Feldspar. HEX triplet: CC, 89 and 75. RGB value is (204,137,117). Sum of RGB (Red+Green+Blue) = 204+137+117=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8975 is #33768A. Grayscale: #9A9A9A. Windows color (decimal): -3372683 or 7702988. OLE color: 7702988.

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

Color convert

RGB 204 137 117 -
CMYK 0 0.33 0.43 0.2
HSL 13.79º 0.46% 0.63% -
HSV(B) 13.79º 0.43% 0.8% -
XYZ 37.06 32.01 21.06 -
YUV 154.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 204 137 117 0 0.33 0.43 0.2 13.79 0.46 0.63
Hex CC 89 75 0 21 2B 14 E 2E 3F
Octal 314 211 165 0 41 53 24 16 56 77
Binary 11001100 10001001 1110101 0 100001 101011 10100 1110 101110 111111

Color Harmonies of #CC8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8975

Black with #CC8975

Text Example


Text Example

White with #CC8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8975; }

 p { color: rgb(204,137,117); }

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

background-color css

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

 a { background-color: rgb(204,137,117); }

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

border-color css

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

 span { border-color: rgb(204,137,117); }

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