Html Css Color HEX #CB8B78 Feldspar

📋 copy color: '#CB8B78'

red 203 ◦ green 139 ◦ blue 120

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

Shades of Feldspar #CB8B78

Tints of Feldspar #CB8B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 120 (47.27% from 255) = 25.97%

R = 43.94%
G = 30.09%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB8B78 (or 0xCB8B78) is known color: Feldspar. HEX triplet: CB, 8B and 78. RGB value is (203,139,120). Sum of RGB (Red+Green+Blue) = 203+139+120=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B78 is #347487. Grayscale: #9C9C9C. Windows color (decimal): -3437704 or 7900107. OLE color: 7900107.

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

Color convert

RGB 203 139 120 -
CMYK 0 0.32 0.41 0.20
HSL 13.73º 0.44% 0.63% -
HSV(B) 13.73º 0.41% 0.8% -
XYZ 37.25 32.52 22.08 -
YUV 155.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 203 139 120 0 0.32 0.41 0.20 13.73 0.44 0.63
Hex CB 8B 78 0 20 29 14 E 2C 3F
Octal 313 213 170 0 40 51 24 16 54 77
Binary 11001011 10001011 1111000 0 100000 101001 10100 1110 101100 111111

Color Harmonies of #CB8B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B78

Black with #CB8B78

Text Example


Text Example

White with #CB8B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B78; }

 p { color: rgb(203,139,120); }

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

background-color css

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

 a { background-color: rgb(203,139,120); }

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

border-color css

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

 span { border-color: rgb(203,139,120); }

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