Html Css Color HEX #CB9577 Feldspar

📋 copy color: '#CB9577'

red 203 ◦ green 149 ◦ blue 119

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

Shades of Feldspar #CB9577

Tints of Feldspar #CB9577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.63%

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

R = 43.1%
G = 31.63%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB9577 (or 0xCB9577) is known color: Feldspar. HEX triplet: CB, 95 and 77. RGB value is (203,149,119). Sum of RGB (Red+Green+Blue) = 203+149+119=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9577 is #346A88. Grayscale: #A1A1A1. Windows color (decimal): -3435145 or 7837131. OLE color: 7837131.

HSL color Cylindrical-coordinate representation of color #CB9577: hue angle of 21.43º 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 #CB9577 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 119 -
CMYK 0 0.27 0.41 0.20
HSL 21.43º 0.45% 0.63% -
HSV(B) 21.43º 0.41% 0.8% -
XYZ 38.71 35.52 22.27 -
YUV 161.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 203 149 119 0 0.27 0.41 0.20 21.43 0.45 0.63
Hex CB 95 77 0 1B 29 14 15 2D 3F
Octal 313 225 167 0 33 51 24 25 55 77
Binary 11001011 10010101 1110111 0 11011 101001 10100 10101 101101 111111

Color Harmonies of #CB9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9577

Black with #CB9577

Text Example


Text Example

White with #CB9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9577; }

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

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

background-color css

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

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

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

border-color css

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

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

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