Html Css Color HEX #CB8B6C Feldspar

📋 copy color: '#CB8B6C'

red 203 ◦ green 139 ◦ blue 108

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

Shades of Feldspar #CB8B6C

Tints of Feldspar #CB8B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 45.11%
G = 30.89%
B = 24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB8B6C (or 0xCB8B6C) is known color: Feldspar. HEX triplet: CB, 8B and 6C. RGB value is (203,139,108). Sum of RGB (Red+Green+Blue) = 203+139+108=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B6C is #347493. Grayscale: #9A9A9A. Windows color (decimal): -3437716 or 7113675. OLE color: 7113675.

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

Color convert

RGB 203 139 108 -
CMYK 0 0.32 0.47 0.20
HSL 19.58º 0.48% 0.61% -
HSV(B) 19.58º 0.47% 0.8% -
XYZ 36.57 32.24 18.48 -
YUV 154.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 203 139 108 0 0.32 0.47 0.20 19.58 0.48 0.61
Hex CB 8B 6C 0 20 2F 14 14 30 3D
Octal 313 213 154 0 40 57 24 24 60 75
Binary 11001011 10001011 1101100 0 100000 101111 10100 10100 110000 111101

Color Harmonies of #CB8B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B6C

Black with #CB8B6C

Text Example


Text Example

White with #CB8B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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