Html Css Color HEX #CB8A76 Feldspar

📋 copy color: '#CB8A76'

red 203 ◦ green 138 ◦ blue 118

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

Shades of Feldspar #CB8A76

Tints of Feldspar #CB8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 44.23%
G = 30.07%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB8A76 (or 0xCB8A76) is known color: Feldspar. HEX triplet: CB, 8A and 76. RGB value is (203,138,118). Sum of RGB (Red+Green+Blue) = 203+138+118=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A76 is #347589. Grayscale: #9B9B9B. Windows color (decimal): -3437962 or 7768779. OLE color: 7768779.

HSL color Cylindrical-coordinate representation of color #CB8A76: hue angle of 14.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8A76 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 138 118 -
CMYK 0 0.32 0.42 0.20
HSL 14.12º 0.45% 0.63% -
HSV(B) 14.12º 0.42% 0.8% -
XYZ 36.99 32.18 21.4 -
YUV 155.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 203 138 118 0 0.32 0.42 0.20 14.12 0.45 0.63
Hex CB 8A 76 0 20 2A 14 E 2D 3F
Octal 313 212 166 0 40 52 24 16 55 77
Binary 11001011 10001010 1110110 0 100000 101010 10100 1110 101101 111111

Color Harmonies of #CB8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A76

Black with #CB8A76

Text Example


Text Example

White with #CB8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A76; }

 p { color: rgb(203,138,118); }

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

background-color css

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

 a { background-color: rgb(203,138,118); }

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

border-color css

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

 span { border-color: rgb(203,138,118); }

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