Html Css Color HEX #CB8874 Feldspar

📋 copy color: '#CB8874'

red 203 ◦ green 136 ◦ blue 116

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

Shades of Feldspar #CB8874

Tints of Feldspar #CB8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.89%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 44.62%
G = 29.89%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB8874 (or 0xCB8874) is known color: Feldspar. HEX triplet: CB, 88 and 74. RGB value is (203,136,116). Sum of RGB (Red+Green+Blue) = 203+136+116=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8874 is #34778B. Grayscale: #999999. Windows color (decimal): -3438476 or 7637195. OLE color: 7637195.

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

Color convert

RGB 203 136 116 -
CMYK 0 0.33 0.43 0.20
HSL 13.79º 0.46% 0.63% -
HSV(B) 13.79º 0.43% 0.8% -
XYZ 36.59 31.57 20.69 -
YUV 153.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 203 136 116 0 0.33 0.43 0.20 13.79 0.46 0.63
Hex CB 88 74 0 21 2B 14 E 2E 3F
Octal 313 210 164 0 41 53 24 16 56 77
Binary 11001011 10001000 1110100 0 100001 101011 10100 1110 101110 111111

Color Harmonies of #CB8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8874

Black with #CB8874

Text Example


Text Example

White with #CB8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8874; }

 p { color: rgb(203,136,116); }

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

background-color css

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

 a { background-color: rgb(203,136,116); }

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

border-color css

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

 span { border-color: rgb(203,136,116); }

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