Html Css Color HEX #CB8770 Feldspar

📋 copy color: '#CB8770'

red 203 ◦ green 135 ◦ blue 112

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

Shades of Feldspar #CB8770

Tints of Feldspar #CB8770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 45.11%
G = 30%
B = 24.89%

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

#CB8770 (or 0xCB8770) is known color: Feldspar. HEX triplet: CB, 87 and 70. RGB value is (203,135,112). Sum of RGB (Red+Green+Blue) = 203+135+112=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8770 is #34788F. Grayscale: #989898. Windows color (decimal): -3438736 or 7374795. OLE color: 7374795.

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

Color convert

RGB 203 135 112 -
CMYK 0 0.33 0.45 0.20
HSL 15.16º 0.47% 0.62% -
HSV(B) 15.16º 0.45% 0.8% -
XYZ 36.22 31.19 19.44 -
YUV 152.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 203 135 112 0 0.33 0.45 0.20 15.16 0.47 0.62
Hex CB 87 70 0 21 2D 14 F 2F 3E
Octal 313 207 160 0 41 55 24 17 57 76
Binary 11001011 10000111 1110000 0 100001 101101 10100 1111 101111 111110

Color Harmonies of #CB8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8770

Black with #CB8770

Text Example


Text Example

White with #CB8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8770; }

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

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

background-color css

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

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

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

border-color css

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

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

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