Html Css Color HEX #CB9977 Feldspar

📋 copy color: '#CB9977'

red 203 ◦ green 153 ◦ blue 119

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

Shades of Feldspar #CB9977

Tints of Feldspar #CB9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.21%

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

R = 42.74%
G = 32.21%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB9977 (or 0xCB9977) is known color: Feldspar. HEX triplet: CB, 99 and 77. RGB value is (203,153,119). Sum of RGB (Red+Green+Blue) = 203+153+119=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9977 is #346688. Grayscale: #A4A4A4. Windows color (decimal): -3434121 or 7838155. OLE color: 7838155.

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

Color convert

RGB 203 153 119 -
CMYK 0 0.25 0.41 0.20
HSL 24.29º 0.45% 0.63% -
HSV(B) 24.29º 0.41% 0.8% -
XYZ 39.35 36.81 22.48 -
YUV 164.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 203 153 119 0 0.25 0.41 0.20 24.29 0.45 0.63
Hex CB 99 77 0 19 29 14 18 2D 3F
Octal 313 231 167 0 31 51 24 30 55 77
Binary 11001011 10011001 1110111 0 11001 101001 10100 11000 101101 111111

Color Harmonies of #CB9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9977

Black with #CB9977

Text Example


Text Example

White with #CB9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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