Html Css Color HEX #CB9778 Feldspar

📋 copy color: '#CB9778'

red 203 ◦ green 151 ◦ blue 120

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

Shades of Feldspar #CB9778

Tints of Feldspar #CB9778

RGB

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

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

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

R = 42.83%
G = 31.86%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB9778 (or 0xCB9778) is known color: Feldspar. HEX triplet: CB, 97 and 78. RGB value is (203,151,120). Sum of RGB (Red+Green+Blue) = 203+151+120=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9778 is #346887. Grayscale: #A3A3A3. Windows color (decimal): -3434632 or 7903179. OLE color: 7903179.

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

Color convert

RGB 203 151 120 -
CMYK 0 0.26 0.41 0.20
HSL 22.41º 0.44% 0.63% -
HSV(B) 22.41º 0.41% 0.8% -
XYZ 39.09 36.19 22.69 -
YUV 163.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 203 151 120 0 0.26 0.41 0.20 22.41 0.44 0.63
Hex CB 97 78 0 1A 29 14 16 2C 3F
Octal 313 227 170 0 32 51 24 26 54 77
Binary 11001011 10010111 1111000 0 11010 101001 10100 10110 101100 111111

Color Harmonies of #CB9778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9778

Black with #CB9778

Text Example


Text Example

White with #CB9778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9778; }

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

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

background-color css

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

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

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

border-color css

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

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

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