#CBC35C

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

Shades of Tacha #CBC35C

Tints of Tacha #CBC35C

Color information

#CBC35C (or 0xCBC35C) is unknown color: approx Tacha. HEX triplet: CB, C3 and 5C. RGB value is (203,195,92). Sum of RGB (Red+Green+Blue) = 203+195+92=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC35C is #343CA3. Grayscale: #BABABA. Windows color (decimal): -3423396 or 6079435. OLE color: 6079435.

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

Color convert

RGB20319592-
CMYK00.040.550.20
HSL55.68º51.63%57.84%-
HSV(B)55.68º54.68%79.61%-
XYZ46.0852.517.83-
YUV185.6575.15140.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=41.43%
G=39.80%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031959200.040.550.2055.6851.6357.84
HexCBC35C04371438343a
Octal313303134046724706472
Binary11001011110000111011100010011011110100111000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC35C; }

 p { color: rgb(203,195,92); }

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

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

 a { background-color: rgb(203,195,92); }

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

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

 span { border-color: rgb(203,195,92); }

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