Html Css Color HEX #CB967B Feldspar

📋 copy color: '#CB967B'

red 203 ◦ green 150 ◦ blue 123

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

Shades of Feldspar #CB967B

Tints of Feldspar #CB967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 42.65%
G = 31.51%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB967B (or 0xCB967B) is known color: Feldspar. HEX triplet: CB, 96 and 7B. RGB value is (203,150,123). Sum of RGB (Red+Green+Blue) = 203+150+123=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB967B is #346984. Grayscale: #A2A2A2. Windows color (decimal): -3434885 or 8099531. OLE color: 8099531.

HSL color Cylindrical-coordinate representation of color #CB967B: hue angle of 20.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB967B is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 123 -
CMYK 0 0.26 0.39 0.20
HSL 20.25º 0.43% 0.64% -
HSV(B) 20.25º 0.39% 0.8% -
XYZ 39.11 35.94 23.61 -
YUV 162.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 203 150 123 0 0.26 0.39 0.20 20.25 0.43 0.64
Hex CB 96 7B 0 1A 27 14 14 2B 40
Octal 313 226 173 0 32 47 24 24 53 100
Binary 11001011 10010110 1111011 0 11010 100111 10100 10100 101011 1000000

Color Harmonies of #CB967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB967B

Black with #CB967B

Text Example


Text Example

White with #CB967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB967B; }

 p { color: rgb(203,150,123); }

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

background-color css

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

 a { background-color: rgb(203,150,123); }

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

border-color css

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

 span { border-color: rgb(203,150,123); }

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