Html Css Color HEX #CB9277 Feldspar

📋 copy color: '#CB9277'

red 203 ◦ green 146 ◦ blue 119

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

Shades of Feldspar #CB9277

Tints of Feldspar #CB9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 43.38%
G = 31.2%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB9277 (or 0xCB9277) is known color: Feldspar. HEX triplet: CB, 92 and 77. RGB value is (203,146,119). Sum of RGB (Red+Green+Blue) = 203+146+119=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9277 is #346D88. Grayscale: #A0A0A0. Windows color (decimal): -3435913 or 7836363. OLE color: 7836363.

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

Color convert

RGB 203 146 119 -
CMYK 0 0.28 0.41 0.20
HSL 19.29º 0.45% 0.63% -
HSV(B) 19.29º 0.41% 0.8% -
XYZ 38.24 34.59 22.11 -
YUV 159.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 203 146 119 0 0.28 0.41 0.20 19.29 0.45 0.63
Hex CB 92 77 0 1C 29 14 13 2D 3F
Octal 313 222 167 0 34 51 24 23 55 77
Binary 11001011 10010010 1110111 0 11100 101001 10100 10011 101101 111111

Color Harmonies of #CB9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9277

Black with #CB9277

Text Example


Text Example

White with #CB9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9277; }

 p { color: rgb(203,146,119); }

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

background-color css

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

 a { background-color: rgb(203,146,119); }

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

border-color css

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

 span { border-color: rgb(203,146,119); }

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