Html Css Color HEX #CB9772 Feldspar

📋 copy color: '#CB9772'

red 203 ◦ green 151 ◦ blue 114

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

Shades of Feldspar #CB9772

Tints of Feldspar #CB9772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 43.38%
G = 32.26%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB9772 (or 0xCB9772) is known color: Feldspar. HEX triplet: CB, 97 and 72. RGB value is (203,151,114). Sum of RGB (Red+Green+Blue) = 203+151+114=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9772 is #34688D. Grayscale: #A2A2A2. Windows color (decimal): -3434638 or 7509963. OLE color: 7509963.

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

Color convert

RGB 203 151 114 -
CMYK 0 0.26 0.44 0.20
HSL 24.94º 0.46% 0.62% -
HSV(B) 24.94º 0.44% 0.8% -
XYZ 38.73 36.04 20.84 -
YUV 162.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 203 151 114 0 0.26 0.44 0.20 24.94 0.46 0.62
Hex CB 97 72 0 1A 2C 14 19 2E 3E
Octal 313 227 162 0 32 54 24 31 56 76
Binary 11001011 10010111 1110010 0 11010 101100 10100 11001 101110 111110

Color Harmonies of #CB9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9772

Black with #CB9772

Text Example


Text Example

White with #CB9772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9772; }

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

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

background-color css

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

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

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

border-color css

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

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

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