Html Css Color HEX #CB8C6B Feldspar

📋 copy color: '#CB8C6B'

red 203 ◦ green 140 ◦ blue 107

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

Shades of Feldspar #CB8C6B

Tints of Feldspar #CB8C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 45.11%
G = 31.11%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB8C6B (or 0xCB8C6B) is known color: Feldspar. HEX triplet: CB, 8C and 6B. RGB value is (203,140,107). Sum of RGB (Red+Green+Blue) = 203+140+107=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C6B is #347394. Grayscale: #9B9B9B. Windows color (decimal): -3437461 or 7048395. OLE color: 7048395.

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

Color convert

RGB 203 140 107 -
CMYK 0 0.31 0.47 0.20
HSL 20.63º 0.48% 0.61% -
HSV(B) 20.63º 0.47% 0.8% -
XYZ 36.66 32.51 18.25 -
YUV 155.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 203 140 107 0 0.31 0.47 0.20 20.63 0.48 0.61
Hex CB 8C 6B 0 1F 2F 14 15 30 3D
Octal 313 214 153 0 37 57 24 25 60 75
Binary 11001011 10001100 1101011 0 11111 101111 10100 10101 110000 111101

Color Harmonies of #CB8C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C6B

Black with #CB8C6B

Text Example


Text Example

White with #CB8C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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