Html Css Color HEX #CB9177 Feldspar

📋 copy color: '#CB9177'

red 203 ◦ green 145 ◦ blue 119

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

Shades of Feldspar #CB9177

Tints of Feldspar #CB9177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.05%

 BLUE value IS 119 (46.88% from 255) = 25.48%

R = 43.47%
G = 31.05%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB9177 (or 0xCB9177) is known color: Feldspar. HEX triplet: CB, 91 and 77. RGB value is (203,145,119). Sum of RGB (Red+Green+Blue) = 203+145+119=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9177 is #346E88. Grayscale: #9F9F9F. Windows color (decimal): -3436169 or 7836107. OLE color: 7836107.

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

Color convert

RGB 203 145 119 -
CMYK 0 0.29 0.41 0.20
HSL 18.57º 0.45% 0.63% -
HSV(B) 18.57º 0.41% 0.8% -
XYZ 38.08 34.28 22.06 -
YUV 159.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 203 145 119 0 0.29 0.41 0.20 18.57 0.45 0.63
Hex CB 91 77 0 1D 29 14 13 2D 3F
Octal 313 221 167 0 35 51 24 23 55 77
Binary 11001011 10010001 1110111 0 11101 101001 10100 10011 101101 111111

Color Harmonies of #CB9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9177

Black with #CB9177

Text Example


Text Example

White with #CB9177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9177; }

 p { color: rgb(203,145,119); }

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

background-color css

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

 a { background-color: rgb(203,145,119); }

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

border-color css

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

 span { border-color: rgb(203,145,119); }

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