#CB936E

Color #CB936E Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CB936E

Tints of Feldspar #CB936E

Color information

#CB936E (or 0xCB936E) is unknown color: approx Feldspar. HEX triplet: CB, 93 and 6E. RGB value is (203,147,110). Sum of RGB (Red+Green+Blue) = 203+147+110=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB936E is #346C91. Grayscale: #9F9F9F. Windows color (decimal): -3435666 or 7246795. OLE color: 7246795.

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

Color convert

RGB203147110-
CMYK00.280.460.20
HSL23.87º47.21%61.37%-
HSV(B)23.87º45.81%79.61%-
XYZ37.8834.6919.45-
YUV159.53100.05159.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=44.13%
G=31.96%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314711000.280.460.2023.8747.2161.37
HexCB936E01C2E14182f3d
Octal3132231560345624305775
Binary110010111001001111011100111001011101010011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB936E; }

 p { color: rgb(203,147,110); }

 H1.HeaderClassName
 {
   color: #CB936E;
 }
 .AnyTagClassName
 {
   color: #CB936E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,147,110); }

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

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

 span { border-color: rgb(203,147,110); }

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