Html Css Color HEX #CB8C6C Feldspar

📋 copy color: '#CB8C6C'

red 203 ◦ green 140 ◦ blue 108

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

Shades of Feldspar #CB8C6C

Tints of Feldspar #CB8C6C

RGB

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

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

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

R = 45.01%
G = 31.04%
B = 23.95%

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

#CB8C6C (or 0xCB8C6C) is known color: Feldspar. HEX triplet: CB, 8C and 6C. RGB value is (203,140,108). Sum of RGB (Red+Green+Blue) = 203+140+108=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C6C is #347393. Grayscale: #9B9B9B. Windows color (decimal): -3437460 or 7113931. OLE color: 7113931.

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

Color convert

RGB 203 140 108 -
CMYK 0 0.31 0.47 0.20
HSL 20.21º 0.48% 0.61% -
HSV(B) 20.21º 0.47% 0.8% -
XYZ 36.71 32.54 18.53 -
YUV 155.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 203 140 108 0 0.31 0.47 0.20 20.21 0.48 0.61
Hex CB 8C 6C 0 1F 2F 14 14 30 3D
Octal 313 214 154 0 37 57 24 24 60 75
Binary 11001011 10001100 1101100 0 11111 101111 10100 10100 110000 111101

Color Harmonies of #CB8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C6C

Black with #CB8C6C

Text Example


Text Example

White with #CB8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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