Html Css Color HEX #CAB663 Tacha

📋 copy color: '#CAB663'

red 202 ◦ green 182 ◦ blue 99

#CAB663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CAB663

Tints of Tacha #CAB663

RGB

 RED value IS 202 (79.3% from 255) = 41.82%

 GREEN value IS 182 (71.48% from 255) = 37.68%

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 41.82%
G = 37.68%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAB663 (or 0xCAB663) is known color: Tacha. HEX triplet: CA, B6 and 63. RGB value is (202,182,99). Sum of RGB (Red+Green+Blue) = 202+182+99=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB663 is #35499C. Grayscale: #B2B2B2. Windows color (decimal): -3492253 or 6534858. OLE color: 6534858.

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

Color convert

RGB 202 182 99 -
CMYK 0 0.10 0.51 0.21
HSL 48.35º 0.49% 0.59% -
HSV(B) 48.35º 0.51% 0.79% -
XYZ 43.34 46.91 18.58 -
YUV 178.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 202 182 99 0 0.10 0.51 0.21 48.35 0.49 0.59
Hex CA B6 63 0 A 33 15 30 31 3B
Octal 312 266 143 0 12 63 25 60 61 73
Binary 11001010 10110110 1100011 0 1010 110011 10101 110000 110001 111011

Color Harmonies of #CAB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB663

Black with #CAB663

Text Example


Text Example

White with #CAB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB663; }

 p { color: rgb(202,182,99); }

 H1.HeaderClassName
 {
   color: #CAB663;
 }
 .AnyTagClassName
 {
   color: #CAB663;
 }
</style>

background-color css

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

 a { background-color: rgb(202,182,99); }

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

border-color css

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

 span { border-color: rgb(202,182,99); }

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