Html Css Color HEX #CB8875 Feldspar

📋 copy color: '#CB8875'

red 203 ◦ green 136 ◦ blue 117

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

Shades of Feldspar #CB8875

Tints of Feldspar #CB8875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 44.52%
G = 29.82%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB8875 (or 0xCB8875) is known color: Feldspar. HEX triplet: CB, 88 and 75. RGB value is (203,136,117). Sum of RGB (Red+Green+Blue) = 203+136+117=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8875 is #34778A. Grayscale: #9A9A9A. Windows color (decimal): -3438475 or 7702731. OLE color: 7702731.

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

Color convert

RGB 203 136 117 -
CMYK 0 0.33 0.42 0.20
HSL 13.26º 0.45% 0.63% -
HSV(B) 13.26º 0.42% 0.8% -
XYZ 36.64 31.59 21 -
YUV 153.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 203 136 117 0 0.33 0.42 0.20 13.26 0.45 0.63
Hex CB 88 75 0 21 2A 14 D 2D 3F
Octal 313 210 165 0 41 52 24 15 55 77
Binary 11001011 10001000 1110101 0 100001 101010 10100 1101 101101 111111

Color Harmonies of #CB8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8875

Black with #CB8875

Text Example


Text Example

White with #CB8875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8875; }

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

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

background-color css

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

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

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

border-color css

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

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

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