#CBC465

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

Shades of Tacha #CBC465

Tints of Tacha #CBC465

Color information

#CBC465 (or 0xCBC465) is unknown color: approx Tacha. HEX triplet: CB, C4 and 65. RGB value is (203,196,101). Sum of RGB (Red+Green+Blue) = 203+196+101=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC465 is #343B9A. Grayscale: #BBBBBB. Windows color (decimal): -3423131 or 6669515. OLE color: 6669515.

HSL color Cylindrical-coordinate representation of color #CBC465: hue angle of 55.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBC465 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203196101-
CMYK00.030.500.20
HSL55.88º49.51%59.61%-
HSV(B)55.88º50.25%79.61%-
XYZ46.7253.1220.1-
YUV187.2679.32139.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=40.6%
G=39.2%
B=20.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319610100.030.500.2055.8849.5159.61
HexCBC46503321438323c
Octal313304145036224706274
Binary1100101111000100110010101111001010100111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC465; }

 p { color: rgb(203,196,101); }

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

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

 a { background-color: rgb(203,196,101); }

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

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

 span { border-color: rgb(203,196,101); }

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