Html Css Color HEX #CB8772 Feldspar

📋 copy color: '#CB8772'

red 203 ◦ green 135 ◦ blue 114

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

Shades of Feldspar #CB8772

Tints of Feldspar #CB8772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.87%

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

R = 44.91%
G = 29.87%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB8772 (or 0xCB8772) is known color: Feldspar. HEX triplet: CB, 87 and 72. RGB value is (203,135,114). Sum of RGB (Red+Green+Blue) = 203+135+114=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8772 is #34788D. Grayscale: #999999. Windows color (decimal): -3438734 or 7505867. OLE color: 7505867.

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

Color convert

RGB 203 135 114 -
CMYK 0 0.33 0.44 0.20
HSL 14.16º 0.46% 0.62% -
HSV(B) 14.16º 0.44% 0.8% -
XYZ 36.33 31.24 20.03 -
YUV 152.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 203 135 114 0 0.33 0.44 0.20 14.16 0.46 0.62
Hex CB 87 72 0 21 2C 14 E 2E 3E
Octal 313 207 162 0 41 54 24 16 56 76
Binary 11001011 10000111 1110010 0 100001 101100 10100 1110 101110 111110

Color Harmonies of #CB8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8772

Black with #CB8772

Text Example


Text Example

White with #CB8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8772; }

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

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

background-color css

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

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

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

border-color css

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

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

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