Html Css Color HEX #CB9477 Feldspar

📋 copy color: '#CB9477'

red 203 ◦ green 148 ◦ blue 119

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

Shades of Feldspar #CB9477

Tints of Feldspar #CB9477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

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

R = 43.19%
G = 31.49%
B = 25.32%

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

#CB9477 (or 0xCB9477) is known color: Feldspar. HEX triplet: CB, 94 and 77. RGB value is (203,148,119). Sum of RGB (Red+Green+Blue) = 203+148+119=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9477 is #346B88. Grayscale: #A1A1A1. Windows color (decimal): -3435401 or 7836875. OLE color: 7836875.

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

Color convert

RGB 203 148 119 -
CMYK 0 0.27 0.41 0.20
HSL 20.71º 0.45% 0.63% -
HSV(B) 20.71º 0.41% 0.8% -
XYZ 38.55 35.21 22.22 -
YUV 161.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 203 148 119 0 0.27 0.41 0.20 20.71 0.45 0.63
Hex CB 94 77 0 1B 29 14 15 2D 3F
Octal 313 224 167 0 33 51 24 25 55 77
Binary 11001011 10010100 1110111 0 11011 101001 10100 10101 101101 111111

Color Harmonies of #CB9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9477

Black with #CB9477

Text Example


Text Example

White with #CB9477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9477; }

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

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

background-color css

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

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

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

border-color css

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

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

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