Html Css Color HEX #CB896F Feldspar

📋 copy color: '#CB896F'

red 203 ◦ green 137 ◦ blue 111

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

Shades of Feldspar #CB896F

Tints of Feldspar #CB896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 45.01%
G = 30.38%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB896F (or 0xCB896F) is known color: Feldspar. HEX triplet: CB, 89 and 6F. RGB value is (203,137,111). Sum of RGB (Red+Green+Blue) = 203+137+111=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB896F is #347690. Grayscale: #999999. Windows color (decimal): -3438225 or 7309771. OLE color: 7309771.

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

Color convert

RGB 203 137 111 -
CMYK 0 0.33 0.45 0.20
HSL 16.96º 0.47% 0.62% -
HSV(B) 16.96º 0.45% 0.8% -
XYZ 36.44 31.74 19.24 -
YUV 153.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 203 137 111 0 0.33 0.45 0.20 16.96 0.47 0.62
Hex CB 89 6F 0 21 2D 14 11 2F 3E
Octal 313 211 157 0 41 55 24 21 57 76
Binary 11001011 10001001 1101111 0 100001 101101 10100 10001 101111 111110

Color Harmonies of #CB896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB896F

Black with #CB896F

Text Example


Text Example

White with #CB896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB896F; }

 p { color: rgb(203,137,111); }

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

background-color css

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

 a { background-color: rgb(203,137,111); }

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

border-color css

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

 span { border-color: rgb(203,137,111); }

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