Html Css Color HEX #CB9773 Feldspar

📋 copy color: '#CB9773'

red 203 ◦ green 151 ◦ blue 115

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

Shades of Feldspar #CB9773

Tints of Feldspar #CB9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 43.28%
G = 32.2%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB9773 (or 0xCB9773) is known color: Feldspar. HEX triplet: CB, 97 and 73. RGB value is (203,151,115). Sum of RGB (Red+Green+Blue) = 203+151+115=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9773 is #34688C. Grayscale: #A2A2A2. Windows color (decimal): -3434637 or 7575499. OLE color: 7575499.

HSL color Cylindrical-coordinate representation of color #CB9773: hue angle of 24.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB9773 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 115 -
CMYK 0 0.26 0.43 0.20
HSL 24.55º 0.46% 0.62% -
HSV(B) 24.55º 0.43% 0.8% -
XYZ 38.79 36.07 21.14 -
YUV 162.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 203 151 115 0 0.26 0.43 0.20 24.55 0.46 0.62
Hex CB 97 73 0 1A 2B 14 19 2E 3E
Octal 313 227 163 0 32 53 24 31 56 76
Binary 11001011 10010111 1110011 0 11010 101011 10100 11001 101110 111110

Color Harmonies of #CB9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9773

Black with #CB9773

Text Example


Text Example

White with #CB9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9773; }

 p { color: rgb(203,151,115); }

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

background-color css

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

 a { background-color: rgb(203,151,115); }

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

border-color css

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

 span { border-color: rgb(203,151,115); }

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