Html Css Color HEX #CB9578 Feldspar

📋 copy color: '#CB9578'

red 203 ◦ green 149 ◦ blue 120

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

Shades of Feldspar #CB9578

Tints of Feldspar #CB9578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 43.01%
G = 31.57%
B = 25.42%

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

#CB9578 (or 0xCB9578) is known color: Feldspar. HEX triplet: CB, 95 and 78. RGB value is (203,149,120). Sum of RGB (Red+Green+Blue) = 203+149+120=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9578 is #346A87. Grayscale: #A2A2A2. Windows color (decimal): -3435144 or 7902667. OLE color: 7902667.

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

Color convert

RGB 203 149 120 -
CMYK 0 0.27 0.41 0.20
HSL 20.96º 0.44% 0.63% -
HSV(B) 20.96º 0.41% 0.8% -
XYZ 38.77 35.55 22.59 -
YUV 161.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 203 149 120 0 0.27 0.41 0.20 20.96 0.44 0.63
Hex CB 95 78 0 1B 29 14 15 2C 3F
Octal 313 225 170 0 33 51 24 25 54 77
Binary 11001011 10010101 1111000 0 11011 101001 10100 10101 101100 111111

Color Harmonies of #CB9578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9578

Black with #CB9578

Text Example


Text Example

White with #CB9578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9578; }

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

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

background-color css

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

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

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

border-color css

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

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

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