#CABD67

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

Shades of Tacha #CABD67

Tints of Tacha #CABD67

Color information

#CABD67 (or 0xCABD67) is unknown color: approx Tacha. HEX triplet: CA, BD and 67. RGB value is (202,189,103). Sum of RGB (Red+Green+Blue) = 202+189+103=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD67 is #354298. Grayscale: #B7B7B7. Windows color (decimal): -3490457 or 6798794. OLE color: 6798794.

HSL color Cylindrical-coordinate representation of color #CABD67: hue angle of 52.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CABD67 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB202189103-
CMYK00.060.490.21
HSL52.12º48.29%59.8%-
HSV(B)52.12º49.01%79.22%-
XYZ4549.9320.1-
YUV183.0882.81141.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 103 (40.62% from 255) = 20.85%
R=40.89%
G=38.26%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218910300.060.490.2152.1248.2959.8
HexCABD6706311534303c
Octal312275147066125646074
Binary11001010101111011100111011011000110101110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD67; }

 p { color: rgb(202,189,103); }

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

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

 a { background-color: rgb(202,189,103); }

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

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

 span { border-color: rgb(202,189,103); }

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