Html Css Color HEX #CB9678 Feldspar

📋 copy color: '#CB9678'

red 203 ◦ green 150 ◦ blue 120

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

Shades of Feldspar #CB9678

Tints of Feldspar #CB9678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 42.92%
G = 31.71%
B = 25.37%

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

#CB9678 (or 0xCB9678) is known color: Feldspar. HEX triplet: CB, 96 and 78. RGB value is (203,150,120). Sum of RGB (Red+Green+Blue) = 203+150+120=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9678 is #346987. Grayscale: #A2A2A2. Windows color (decimal): -3434888 or 7902923. OLE color: 7902923.

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

Color convert

RGB 203 150 120 -
CMYK 0 0.26 0.41 0.20
HSL 21.69º 0.44% 0.63% -
HSV(B) 21.69º 0.41% 0.8% -
XYZ 38.93 35.87 22.64 -
YUV 162.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 203 150 120 0 0.26 0.41 0.20 21.69 0.44 0.63
Hex CB 96 78 0 1A 29 14 16 2C 3F
Octal 313 226 170 0 32 51 24 26 54 77
Binary 11001011 10010110 1111000 0 11010 101001 10100 10110 101100 111111

Color Harmonies of #CB9678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9678

Black with #CB9678

Text Example


Text Example

White with #CB9678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9678; }

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

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

background-color css

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

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

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

border-color css

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

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

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