Html Css Color HEX #CC8F7B Feldspar

📋 copy color: '#CC8F7B'

red 204 ◦ green 143 ◦ blue 123

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

Shades of Feldspar #CC8F7B

Tints of Feldspar #CC8F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 43.4%
G = 30.43%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC8F7B (or 0xCC8F7B) is known color: Feldspar. HEX triplet: CC, 8F and 7B. RGB value is (204,143,123). Sum of RGB (Red+Green+Blue) = 204+143+123=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F7B is #337084. Grayscale: #9F9F9F. Windows color (decimal): -3371141 or 8097740. OLE color: 8097740.

HSL color Cylindrical-coordinate representation of color #CC8F7B: hue angle of 14.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC8F7B is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 143 123 -
CMYK 0 0.30 0.40 0.2
HSL 14.81º 0.44% 0.64% -
HSV(B) 14.81º 0.4% 0.8% -
XYZ 38.3 33.91 23.27 -
YUV 158.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 204 143 123 0 0.30 0.40 0.2 14.81 0.44 0.64
Hex CC 8F 7B 0 1E 28 14 F 2C 40
Octal 314 217 173 0 36 50 24 17 54 100
Binary 11001100 10001111 1111011 0 11110 101000 10100 1111 101100 1000000

Color Harmonies of #CC8F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F7B

Black with #CC8F7B

Text Example


Text Example

White with #CC8F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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