Html Css Color HEX #CB8872 Feldspar

📋 copy color: '#CB8872'

red 203 ◦ green 136 ◦ blue 114

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

Shades of Feldspar #CB8872

Tints of Feldspar #CB8872

RGB

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

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

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

R = 44.81%
G = 30.02%
B = 25.17%

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

#CB8872 (or 0xCB8872) is known color: Feldspar. HEX triplet: CB, 88 and 72. RGB value is (203,136,114). Sum of RGB (Red+Green+Blue) = 203+136+114=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8872 is #34778D. Grayscale: #999999. Windows color (decimal): -3438478 or 7506123. OLE color: 7506123.

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

Color convert

RGB 203 136 114 -
CMYK 0 0.33 0.44 0.20
HSL 14.83º 0.46% 0.62% -
HSV(B) 14.83º 0.44% 0.8% -
XYZ 36.47 31.52 20.08 -
YUV 153.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 203 136 114 0 0.33 0.44 0.20 14.83 0.46 0.62
Hex CB 88 72 0 21 2C 14 F 2E 3E
Octal 313 210 162 0 41 54 24 17 56 76
Binary 11001011 10001000 1110010 0 100001 101100 10100 1111 101110 111110

Color Harmonies of #CB8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8872

Black with #CB8872

Text Example


Text Example

White with #CB8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8872; }

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

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

background-color css

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

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

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

border-color css

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

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

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