Html Css Color HEX #CC8D6C Feldspar

📋 copy color: '#CC8D6C'

red 204 ◦ green 141 ◦ blue 108

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

Shades of Feldspar #CC8D6C

Tints of Feldspar #CC8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 45.03%
G = 31.13%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC8D6C (or 0xCC8D6C) is known color: Feldspar. HEX triplet: CC, 8D and 6C. RGB value is (204,141,108). Sum of RGB (Red+Green+Blue) = 204+141+108=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D6C is #337293. Grayscale: #9C9C9C. Windows color (decimal): -3371668 or 7114188. OLE color: 7114188.

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

Color convert

RGB 204 141 108 -
CMYK 0 0.31 0.47 0.2
HSL 20.63º 0.48% 0.61% -
HSV(B) 20.63º 0.47% 0.8% -
XYZ 37.13 32.97 18.59 -
YUV 156.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 204 141 108 0 0.31 0.47 0.2 20.63 0.48 0.61
Hex CC 8D 6C 0 1F 2F 14 15 30 3D
Octal 314 215 154 0 37 57 24 25 60 75
Binary 11001100 10001101 1101100 0 11111 101111 10100 10101 110000 111101

Color Harmonies of #CC8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D6C

Black with #CC8D6C

Text Example


Text Example

White with #CC8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D6C; }

 p { color: rgb(204,141,108); }

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

background-color css

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

 a { background-color: rgb(204,141,108); }

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

border-color css

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

 span { border-color: rgb(204,141,108); }

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