Html Css Color HEX #CB8D71 Feldspar

📋 copy color: '#CB8D71'

red 203 ◦ green 141 ◦ blue 113

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

Shades of Feldspar #CB8D71

Tints of Feldspar #CB8D71

RGB

 RED value IS 203 (79.69% from 255) = 44.42%

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

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 44.42%
G = 30.85%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB8D71 (or 0xCB8D71) is known color: Feldspar. HEX triplet: CB, 8D and 71. RGB value is (203,141,113). Sum of RGB (Red+Green+Blue) = 203+141+113=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D71 is #34728E. Grayscale: #9C9C9C. Windows color (decimal): -3437199 or 7441867. OLE color: 7441867.

HSL color Cylindrical-coordinate representation of color #CB8D71: hue angle of 18.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8D71 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 141 113 -
CMYK 0 0.31 0.44 0.20
HSL 18.67º 0.46% 0.62% -
HSV(B) 18.67º 0.44% 0.8% -
XYZ 37.13 32.94 20.02 -
YUV 156.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 203 141 113 0 0.31 0.44 0.20 18.67 0.46 0.62
Hex CB 8D 71 0 1F 2C 14 13 2E 3E
Octal 313 215 161 0 37 54 24 23 56 76
Binary 11001011 10001101 1110001 0 11111 101100 10100 10011 101110 111110

Color Harmonies of #CB8D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D71

Black with #CB8D71

Text Example


Text Example

White with #CB8D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D71; }

 p { color: rgb(203,141,113); }

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

background-color css

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

 a { background-color: rgb(203,141,113); }

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

border-color css

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

 span { border-color: rgb(203,141,113); }

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