Html Css Color HEX #CB9779 Feldspar

📋 copy color: '#CB9779'

red 203 ◦ green 151 ◦ blue 121

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

Shades of Feldspar #CB9779

Tints of Feldspar #CB9779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 42.74%
G = 31.79%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB9779 (or 0xCB9779) is known color: Feldspar. HEX triplet: CB, 97 and 79. RGB value is (203,151,121). Sum of RGB (Red+Green+Blue) = 203+151+121=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9779 is #346886. Grayscale: #A3A3A3. Windows color (decimal): -3434631 or 7968715. OLE color: 7968715.

HSL color Cylindrical-coordinate representation of color #CB9779: hue angle of 21.95º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB9779 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 121 -
CMYK 0 0.26 0.40 0.20
HSL 21.95º 0.44% 0.64% -
HSV(B) 21.95º 0.4% 0.8% -
XYZ 39.15 36.21 23.02 -
YUV 163.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 203 151 121 0 0.26 0.40 0.20 21.95 0.44 0.64
Hex CB 97 79 0 1A 28 14 16 2C 40
Octal 313 227 171 0 32 50 24 26 54 100
Binary 11001011 10010111 1111001 0 11010 101000 10100 10110 101100 1000000

Color Harmonies of #CB9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9779

Black with #CB9779

Text Example


Text Example

White with #CB9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9779; }

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

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

background-color css

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

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

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

border-color css

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

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

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