Html Css Color HEX #CB8A75 Feldspar

📋 copy color: '#CB8A75'

red 203 ◦ green 138 ◦ blue 117

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

Shades of Feldspar #CB8A75

Tints of Feldspar #CB8A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

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

R = 44.32%
G = 30.13%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB8A75 (or 0xCB8A75) is known color: Feldspar. HEX triplet: CB, 8A and 75. RGB value is (203,138,117). Sum of RGB (Red+Green+Blue) = 203+138+117=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A75 is #34758A. Grayscale: #9B9B9B. Windows color (decimal): -3437963 or 7703243. OLE color: 7703243.

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

Color convert

RGB 203 138 117 -
CMYK 0 0.32 0.42 0.20
HSL 14.65º 0.45% 0.63% -
HSV(B) 14.65º 0.42% 0.8% -
XYZ 36.93 32.16 21.09 -
YUV 155.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 203 138 117 0 0.32 0.42 0.20 14.65 0.45 0.63
Hex CB 8A 75 0 20 2A 14 F 2D 3F
Octal 313 212 165 0 40 52 24 17 55 77
Binary 11001011 10001010 1110101 0 100000 101010 10100 1111 101101 111111

Color Harmonies of #CB8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A75

Black with #CB8A75

Text Example


Text Example

White with #CB8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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