Html Css Color HEX #CC8F75 Feldspar

📋 copy color: '#CC8F75'

red 204 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #CC8F75

Tints of Feldspar #CC8F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

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

R = 43.97%
G = 30.82%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC8F75 (or 0xCC8F75) is known color: Feldspar. HEX triplet: CC, 8F and 75. RGB value is (204,143,117). Sum of RGB (Red+Green+Blue) = 204+143+117=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F75 is #33708A. Grayscale: #9E9E9E. Windows color (decimal): -3371147 or 7704524. OLE color: 7704524.

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

Color convert

RGB 204 143 117 -
CMYK 0 0.30 0.43 0.2
HSL 17.93º 0.46% 0.63% -
HSV(B) 17.93º 0.43% 0.8% -
XYZ 37.94 33.77 21.35 -
YUV 158.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 204 143 117 0 0.30 0.43 0.2 17.93 0.46 0.63
Hex CC 8F 75 0 1E 2B 14 12 2E 3F
Octal 314 217 165 0 36 53 24 22 56 77
Binary 11001100 10001111 1110101 0 11110 101011 10100 10010 101110 111111

Color Harmonies of #CC8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F75

Black with #CC8F75

Text Example


Text Example

White with #CC8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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