#CBC461

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

Shades of Tacha #CBC461

Tints of Tacha #CBC461

Color information

#CBC461 (or 0xCBC461) is unknown color: approx Tacha. HEX triplet: CB, C4 and 61. RGB value is (203,196,97). Sum of RGB (Red+Green+Blue) = 203+196+97=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC461 is #343B9E. Grayscale: #BBBBBB. Windows color (decimal): -3423135 or 6407371. OLE color: 6407371.

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

Color convert

RGB20319697-
CMYK00.030.520.20
HSL56.04º50.48%58.82%-
HSV(B)56.04º52.22%79.61%-
XYZ46.5353.0419.09-
YUV186.8177.32139.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=40.93%
G=39.52%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031969700.030.520.2056.0450.4858.82
HexCBC46103341438323b
Octal313304141036424706273
Binary1100101111000100110000101111010010100111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC461; }

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

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

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

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

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

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

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

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