Html Css Color HEX #CB8C71 Feldspar

📋 copy color: '#CB8C71'

red 203 ◦ green 140 ◦ blue 113

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

Shades of Feldspar #CB8C71

Tints of Feldspar #CB8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 44.52%
G = 30.7%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB8C71 (or 0xCB8C71) is known color: Feldspar. HEX triplet: CB, 8C and 71. RGB value is (203,140,113). Sum of RGB (Red+Green+Blue) = 203+140+113=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C71 is #34738E. Grayscale: #9B9B9B. Windows color (decimal): -3437455 or 7441611. OLE color: 7441611.

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

Color convert

RGB 203 140 113 -
CMYK 0 0.31 0.44 0.20
HSL 18º 0.46% 0.62% -
HSV(B) 18º 0.44% 0.8% -
XYZ 36.99 32.64 19.97 -
YUV 155.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 203 140 113 0 0.31 0.44 0.20 18 0.46 0.62
Hex CB 8C 71 0 1F 2C 14 12 2E 3E
Octal 313 214 161 0 37 54 24 22 56 76
Binary 11001011 10001100 1110001 0 11111 101100 10100 10010 101110 111110

Color Harmonies of #CB8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C71

Black with #CB8C71

Text Example


Text Example

White with #CB8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C71; }

 p { color: rgb(203,140,113); }

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

background-color css

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

 a { background-color: rgb(203,140,113); }

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

border-color css

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

 span { border-color: rgb(203,140,113); }

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