Html Css Color HEX #CB977B Feldspar

📋 copy color: '#CB977B'

red 203 ◦ green 151 ◦ blue 123

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

Shades of Feldspar #CB977B

Tints of Feldspar #CB977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.79%

R = 42.56%
G = 31.66%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB977B (or 0xCB977B) is known color: Feldspar. HEX triplet: CB, 97 and 7B. RGB value is (203,151,123). Sum of RGB (Red+Green+Blue) = 203+151+123=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB977B is #346884. Grayscale: #A3A3A3. Windows color (decimal): -3434629 or 8099787. OLE color: 8099787.

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

Color convert

RGB 203 151 123 -
CMYK 0 0.26 0.39 0.20
HSL 21º 0.43% 0.64% -
HSV(B) 21º 0.39% 0.8% -
XYZ 39.27 36.26 23.67 -
YUV 163.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 203 151 123 0 0.26 0.39 0.20 21 0.43 0.64
Hex CB 97 7B 0 1A 27 14 15 2B 40
Octal 313 227 173 0 32 47 24 25 53 100
Binary 11001011 10010111 1111011 0 11010 100111 10100 10101 101011 1000000

Color Harmonies of #CB977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB977B

Black with #CB977B

Text Example


Text Example

White with #CB977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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